Html Css Color HEX #CCA607 Buddha Gold

📋 copy color: '#CCA607'

red 204 ◦ green 166 ◦ blue 7

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

Shades of Buddha Gold #CCA607

Tints of Buddha Gold #CCA607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 54.11%
G = 44.03%
B = 1.86%

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

#CCA607 (or 0xCCA607) is known color: Buddha Gold. HEX triplet: CC, A6 and 07. RGB value is (204,166,7). Sum of RGB (Red+Green+Blue) = 204+166+7=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA607 is #3359F8. Grayscale: #9F9F9F. Windows color (decimal): -3365369 or 501452. OLE color: 501452.

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

Color convert

RGB 204 166 7 -
CMYK 0 0.19 0.97 0.2
HSL 48.43º 0.93% 0.41% -
HSV(B) 48.43º 0.97% 0.8% -
XYZ 38.58 40.13 5.91 -
YUV 159.24 42.09 159.93 -
System Red Green Blue C M Y K H S L
Decimal 204 166 7 0 0.19 0.97 0.2 48.43 0.93 0.41
Hex CC A6 7 0 13 61 14 30 5D 29
Octal 314 246 7 0 23 141 24 60 135 51
Binary 11001100 10100110 111 0 10011 1100001 10100 110000 1011101 101001

Color Harmonies of #CCA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA607

Black with #CCA607

Text Example


Text Example

White with #CCA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA607; }

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

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

background-color css

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

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

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

border-color css

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

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

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