Html Css Color HEX #CCA207 Buddha Gold

📋 copy color: '#CCA207'

red 204 ◦ green 162 ◦ blue 7

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

Shades of Buddha Gold #CCA207

Tints of Buddha Gold #CCA207

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

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

R = 54.69%
G = 43.43%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCA207 (or 0xCCA207) is known color: Buddha Gold. HEX triplet: CC, A2 and 07. RGB value is (204,162,7). Sum of RGB (Red+Green+Blue) = 204+162+7=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA207 is #335DF8. Grayscale: #9D9D9D. Windows color (decimal): -3366393 or 500428. OLE color: 500428.

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

Color convert

RGB 204 162 7 -
CMYK 0 0.21 0.97 0.2
HSL 47.21º 0.93% 0.41% -
HSV(B) 47.21º 0.97% 0.8% -
XYZ 37.86 38.69 5.67 -
YUV 156.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 204 162 7 0 0.21 0.97 0.2 47.21 0.93 0.41
Hex CC A2 7 0 15 61 14 2F 5D 29
Octal 314 242 7 0 25 141 24 57 135 51
Binary 11001100 10100010 111 0 10101 1100001 10100 101111 1011101 101001

Color Harmonies of #CCA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA207

Black with #CCA207

Text Example


Text Example

White with #CCA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA207; }

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

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

background-color css

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

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

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

border-color css

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

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

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