Html Css Color HEX #CCA509 Buddha Gold

📋 copy color: '#CCA509'

red 204 ◦ green 165 ◦ blue 9

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

Shades of Buddha Gold #CCA509

Tints of Buddha Gold #CCA509

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.65%

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

R = 53.97%
G = 43.65%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCA509 (or 0xCCA509) is known color: Buddha Gold. HEX triplet: CC, A5 and 09. RGB value is (204,165,9). Sum of RGB (Red+Green+Blue) = 204+165+9=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA509 is #335AF6. Grayscale: #9F9F9F. Windows color (decimal): -3365623 or 632268. OLE color: 632268.

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

Color convert

RGB 204 165 9 -
CMYK 0 0.19 0.96 0.2
HSL 48º 0.92% 0.42% -
HSV(B) 48º 0.96% 0.8% -
XYZ 38.41 39.77 5.91 -
YUV 158.88 43.42 160.18 -
System Red Green Blue C M Y K H S L
Decimal 204 165 9 0 0.19 0.96 0.2 48 0.92 0.42
Hex CC A5 9 0 13 60 14 30 5C 2A
Octal 314 245 11 0 23 140 24 60 134 52
Binary 11001100 10100101 1001 0 10011 1100000 10100 110000 1011100 101010

Color Harmonies of #CCA509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA509

Black with #CCA509

Text Example


Text Example

White with #CCA509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA509; }

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

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

background-color css

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

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

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

border-color css

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

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

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