Html Css Color HEX #CCA605 Buddha Gold

📋 copy color: '#CCA605'

red 204 ◦ green 166 ◦ blue 5

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

Shades of Buddha Gold #CCA605

Tints of Buddha Gold #CCA605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 54.4%
G = 44.27%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCA605 (or 0xCCA605) is known color: Buddha Gold. HEX triplet: CC, A6 and 05. RGB value is (204,166,5). Sum of RGB (Red+Green+Blue) = 204+166+5=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA605 is #3359FA. Grayscale: #9F9F9F. Windows color (decimal): -3365371 or 370380. OLE color: 370380.

HSL color Cylindrical-coordinate representation of color #CCA605: hue angle of 48.54º degrees, saturation: 0.95, 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 #CCA605 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 5 -
CMYK 0 0.19 0.98 0.2
HSL 48.54º 0.95% 0.41% -
HSV(B) 48.54º 0.98% 0.8% -
XYZ 38.57 40.12 5.86 -
YUV 159.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 204 166 5 0 0.19 0.98 0.2 48.54 0.95 0.41
Hex CC A6 5 0 13 62 14 31 5F 29
Octal 314 246 5 0 23 142 24 61 137 51
Binary 11001100 10100110 101 0 10011 1100010 10100 110001 1011111 101001

Color Harmonies of #CCA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA605

Black with #CCA605

Text Example


Text Example

White with #CCA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA605; }

 p { color: rgb(204,166,5); }

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

background-color css

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

 a { background-color: rgb(204,166,5); }

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

border-color css

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

 span { border-color: rgb(204,166,5); }

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