Html Css Color HEX #CCA809 Buddha Gold

📋 copy color: '#CCA809'

red 204 ◦ green 168 ◦ blue 9

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

Shades of Buddha Gold #CCA809

Tints of Buddha Gold #CCA809

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.09%

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 53.54%
G = 44.09%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCA809 (or 0xCCA809) is known color: Buddha Gold. HEX triplet: CC, A8 and 09. RGB value is (204,168,9). Sum of RGB (Red+Green+Blue) = 204+168+9=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA809 is #3357F6. Grayscale: #A1A1A1. Windows color (decimal): -3364855 or 633036. OLE color: 633036.

HSL color Cylindrical-coordinate representation of color #CCA809: hue angle of 48.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCA809 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 9 -
CMYK 0 0.18 0.96 0.2
HSL 48.92º 0.92% 0.42% -
HSV(B) 48.92º 0.96% 0.8% -
XYZ 38.95 40.86 6.09 -
YUV 160.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 204 168 9 0 0.18 0.96 0.2 48.92 0.92 0.42
Hex CC A8 9 0 12 60 14 31 5C 2A
Octal 314 250 11 0 22 140 24 61 134 52
Binary 11001100 10101000 1001 0 10010 1100000 10100 110001 1011100 101010

Color Harmonies of #CCA809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA809

Black with #CCA809

Text Example


Text Example

White with #CCA809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA809; }

 p { color: rgb(204,168,9); }

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

background-color css

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

 a { background-color: rgb(204,168,9); }

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

border-color css

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

 span { border-color: rgb(204,168,9); }

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