Html Css Color HEX #CC9E07 Buddha Gold

📋 copy color: '#CC9E07'

red 204 ◦ green 158 ◦ blue 7

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

Shades of Buddha Gold #CC9E07

Tints of Buddha Gold #CC9E07

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.82%

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

R = 55.28%
G = 42.82%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC9E07 (or 0xCC9E07) is known color: Buddha Gold. HEX triplet: CC, 9E and 07. RGB value is (204,158,7). Sum of RGB (Red+Green+Blue) = 204+158+7=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9E07 is #3361F8. Grayscale: #9B9B9B. Windows color (decimal): -3367417 or 499404. OLE color: 499404.

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

Color convert

RGB 204 158 7 -
CMYK 0 0.23 0.97 0.2
HSL 45.99º 0.93% 0.41% -
HSV(B) 45.99º 0.97% 0.8% -
XYZ 37.17 37.31 5.44 -
YUV 154.54 44.74 163.28 -
System Red Green Blue C M Y K H S L
Decimal 204 158 7 0 0.23 0.97 0.2 45.99 0.93 0.41
Hex CC 9E 7 0 17 61 14 2E 5D 29
Octal 314 236 7 0 27 141 24 56 135 51
Binary 11001100 10011110 111 0 10111 1100001 10100 101110 1011101 101001

Color Harmonies of #CC9E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E07

Black with #CC9E07

Text Example


Text Example

White with #CC9E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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