Html Css Color HEX #CBA604 Buddha Gold

📋 copy color: '#CBA604'

red 203 ◦ green 166 ◦ blue 4

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

Shades of Buddha Gold #CBA604

Tints of Buddha Gold #CBA604

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 54.42%
G = 44.5%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBA604 (or 0xCBA604) is known color: Buddha Gold. HEX triplet: CB, A6 and 04. RGB value is (203,166,4). Sum of RGB (Red+Green+Blue) = 203+166+4=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA604 is #3459FB. Grayscale: #9F9F9F. Windows color (decimal): -3430908 or 304843. OLE color: 304843.

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

Color convert

RGB 203 166 4 -
CMYK 0 0.18 0.98 0.20
HSL 48.84º 0.96% 0.41% -
HSV(B) 48.84º 0.98% 0.8% -
XYZ 38.29 39.98 5.81 -
YUV 158.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 203 166 4 0 0.18 0.98 0.20 48.84 0.96 0.41
Hex CB A6 4 0 12 62 14 31 60 29
Octal 313 246 4 0 22 142 24 61 140 51
Binary 11001011 10100110 100 0 10010 1100010 10100 110001 1100000 101001

Color Harmonies of #CBA604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA604

Black with #CBA604

Text Example


Text Example

White with #CBA604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA604; }

 p { color: rgb(203,166,4); }

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

background-color css

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

 a { background-color: rgb(203,166,4); }

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

border-color css

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

 span { border-color: rgb(203,166,4); }

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