Html Css Color HEX #CBAA08 Buddha Gold

📋 copy color: '#CBAA08'

red 203 ◦ green 170 ◦ blue 8

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

Shades of Buddha Gold #CBAA08

Tints of Buddha Gold #CBAA08

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.62%

 BLUE value IS 8 (3.52% from 255) = 2.1%

R = 53.28%
G = 44.62%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBAA08 (or 0xCBAA08) is known color: Buddha Gold. HEX triplet: CB, AA and 08. RGB value is (203,170,8). Sum of RGB (Red+Green+Blue) = 203+170+8=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAA08 is #3455F7. Grayscale: #A2A2A2. Windows color (decimal): -3429880 or 568011. OLE color: 568011.

HSL color Cylindrical-coordinate representation of color #CBAA08: hue angle of 49.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBAA08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 170 8 -
CMYK 0 0.16 0.96 0.20
HSL 49.85º 0.92% 0.41% -
HSV(B) 49.85º 0.96% 0.8% -
XYZ 39.05 41.46 6.17 -
YUV 161.4 41.43 157.67 -
System Red Green Blue C M Y K H S L
Decimal 203 170 8 0 0.16 0.96 0.20 49.85 0.92 0.41
Hex CB AA 8 0 10 60 14 32 5C 29
Octal 313 252 10 0 20 140 24 62 134 51
Binary 11001011 10101010 1000 0 10000 1100000 10100 110010 1011100 101001

Color Harmonies of #CBAA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA08

Black with #CBAA08

Text Example


Text Example

White with #CBAA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA08; }

 p { color: rgb(203,170,8); }

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

background-color css

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

 a { background-color: rgb(203,170,8); }

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

border-color css

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

 span { border-color: rgb(203,170,8); }

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