Html Css Color HEX #CCA706 Buddha Gold

📋 copy color: '#CCA706'

red 204 ◦ green 167 ◦ blue 6

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

Shades of Buddha Gold #CCA706

Tints of Buddha Gold #CCA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.3%

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

R = 54.11%
G = 44.3%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCA706 (or 0xCCA706) is known color: Buddha Gold. HEX triplet: CC, A7 and 06. RGB value is (204,167,6). Sum of RGB (Red+Green+Blue) = 204+167+6=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA706 is #3358F9. Grayscale: #A0A0A0. Windows color (decimal): -3365114 or 436172. OLE color: 436172.

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

Color convert

RGB 204 167 6 -
CMYK 0 0.18 0.97 0.2
HSL 48.79º 0.94% 0.41% -
HSV(B) 48.79º 0.97% 0.8% -
XYZ 38.75 40.49 5.94 -
YUV 159.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 204 167 6 0 0.18 0.97 0.2 48.79 0.94 0.41
Hex CC A7 6 0 12 61 14 31 5E 29
Octal 314 247 6 0 22 141 24 61 136 51
Binary 11001100 10100111 110 0 10010 1100001 10100 110001 1011110 101001

Color Harmonies of #CCA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA706

Black with #CCA706

Text Example


Text Example

White with #CCA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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