Html Css Color HEX #CCA506 Buddha Gold

📋 copy color: '#CCA506'

red 204 ◦ green 165 ◦ blue 6

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

Shades of Buddha Gold #CCA506

Tints of Buddha Gold #CCA506

RGB

 RED value IS 204 (80.08% from 255) = 54.4%

 GREEN value IS 165 (64.84% from 255) = 44%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 54.4%
G = 44%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCA506 (or 0xCCA506) is known color: Buddha Gold. HEX triplet: CC, A5 and 06. RGB value is (204,165,6). Sum of RGB (Red+Green+Blue) = 204+165+6=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA506 is #335AF9. Grayscale: #9F9F9F. Windows color (decimal): -3365626 or 435660. OLE color: 435660.

HSL color Cylindrical-coordinate representation of color #CCA506: hue angle of 48.18º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCA506 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 6 -
CMYK 0 0.19 0.97 0.2
HSL 48.18º 0.94% 0.41% -
HSV(B) 48.18º 0.97% 0.8% -
XYZ 38.39 39.76 5.82 -
YUV 158.54 41.92 160.43 -
System Red Green Blue C M Y K H S L
Decimal 204 165 6 0 0.19 0.97 0.2 48.18 0.94 0.41
Hex CC A5 6 0 13 61 14 30 5E 29
Octal 314 245 6 0 23 141 24 60 136 51
Binary 11001100 10100101 110 0 10011 1100001 10100 110000 1011110 101001

Color Harmonies of #CCA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA506

Black with #CCA506

Text Example


Text Example

White with #CCA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA506; }

 p { color: rgb(204,165,6); }

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

background-color css

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

 a { background-color: rgb(204,165,6); }

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

border-color css

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

 span { border-color: rgb(204,165,6); }

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