Html Css Color HEX #CBA802 Buddha Gold

📋 copy color: '#CBA802'

red 203 ◦ green 168 ◦ blue 2

#CBA802
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #CBA802

Tints of Buddha Gold #CBA802

RGB

 RED value IS 203 (79.69% from 255) = 54.42%

 GREEN value IS 168 (66.02% from 255) = 45.04%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 54.42%
G = 45.04%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBA802 (or 0xCBA802) is known color: Buddha Gold. HEX triplet: CB, A8 and 02. RGB value is (203,168,2). Sum of RGB (Red+Green+Blue) = 203+168+2=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA802 is #3457FD. Grayscale: #A0A0A0. Windows color (decimal): -3430398 or 174283. OLE color: 174283.

HSL color Cylindrical-coordinate representation of color #CBA802: hue angle of 49.55º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBA802 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 168 2 -
CMYK 0 0.17 0.99 0.20
HSL 49.55º 0.98% 0.4% -
HSV(B) 49.55º 0.99% 0.8% -
XYZ 38.64 40.71 5.88 -
YUV 159.54 39.1 159 -
System Red Green Blue C M Y K H S L
Decimal 203 168 2 0 0.17 0.99 0.20 49.55 0.98 0.4
Hex CB A8 2 0 11 63 14 32 62 28
Octal 313 250 2 0 21 143 24 62 142 50
Binary 11001011 10101000 10 0 10001 1100011 10100 110010 1100010 101000

Color Harmonies of #CBA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA802

Black with #CBA802

Text Example


Text Example

White with #CBA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA802; }

 p { color: rgb(203,168,2); }

 H1.HeaderClassName
 {
   color: #CBA802;
 }
 .AnyTagClassName
 {
   color: #CBA802;
 }
</style>

background-color css

<style>
 a { background-color: #CBA802; }

 a { background-color: rgb(203,168,2); }

 div.DivClassName
 {
   background-color: #CBA802;
 }
 .BgClassName
 {
   background-color: #CBA802;
 }
</style>

border-color css

<style>
 span { border-color: #CBA802; }

 span { border-color: rgb(203,168,2); }

 td.TdClassName
 {
   border-color: #CBA802;
 }
 .TagClassName
 {
   border-color: #CBA802;
 }
</style>