Html Css Color HEX #CC9A07 Buddha Gold

📋 copy color: '#CC9A07'

red 204 ◦ green 154 ◦ blue 7

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

Shades of Buddha Gold #CC9A07

Tints of Buddha Gold #CC9A07

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

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

R = 55.89%
G = 42.19%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC9A07 (or 0xCC9A07) is known color: Buddha Gold. HEX triplet: CC, 9A and 07. RGB value is (204,154,7). Sum of RGB (Red+Green+Blue) = 204+154+7=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9A07 is #3365F8. Grayscale: #989898. Windows color (decimal): -3368441 or 498380. OLE color: 498380.

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

Color convert

RGB 204 154 7 -
CMYK 0 0.25 0.97 0.2
HSL 44.77º 0.93% 0.41% -
HSV(B) 44.77º 0.97% 0.8% -
XYZ 36.5 35.96 5.22 -
YUV 152.19 46.07 164.95 -
System Red Green Blue C M Y K H S L
Decimal 204 154 7 0 0.25 0.97 0.2 44.77 0.93 0.41
Hex CC 9A 7 0 19 61 14 2D 5D 29
Octal 314 232 7 0 31 141 24 55 135 51
Binary 11001100 10011010 111 0 11001 1100001 10100 101101 1011101 101001

Color Harmonies of #CC9A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A07

Black with #CC9A07

Text Example


Text Example

White with #CC9A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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