Html Css Color HEX #CC9C07 Buddha Gold

📋 copy color: '#CC9C07'

red 204 ◦ green 156 ◦ blue 7

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

Shades of Buddha Gold #CC9C07

Tints of Buddha Gold #CC9C07

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.51%

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

R = 55.59%
G = 42.51%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC9C07 (or 0xCC9C07) is known color: Buddha Gold. HEX triplet: CC, 9C and 07. RGB value is (204,156,7). Sum of RGB (Red+Green+Blue) = 204+156+7=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9C07 is #3363F8. Grayscale: #9A9A9A. Windows color (decimal): -3367929 or 498892. OLE color: 498892.

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

Color convert

RGB 204 156 7 -
CMYK 0 0.24 0.97 0.2
HSL 45.38º 0.93% 0.41% -
HSV(B) 45.38º 0.97% 0.8% -
XYZ 36.83 36.63 5.33 -
YUV 153.37 45.4 164.12 -
System Red Green Blue C M Y K H S L
Decimal 204 156 7 0 0.24 0.97 0.2 45.38 0.93 0.41
Hex CC 9C 7 0 18 61 14 2D 5D 29
Octal 314 234 7 0 30 141 24 55 135 51
Binary 11001100 10011100 111 0 11000 1100001 10100 101101 1011101 101001

Color Harmonies of #CC9C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C07

Black with #CC9C07

Text Example


Text Example

White with #CC9C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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