Html Css Color HEX #CCA508 Buddha Gold

📋 copy color: '#CCA508'

red 204 ◦ green 165 ◦ blue 8

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

Shades of Buddha Gold #CCA508

Tints of Buddha Gold #CCA508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 54.11%
G = 43.77%
B = 2.12%

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

#CCA508 (or 0xCCA508) is known color: Buddha Gold. HEX triplet: CC, A5 and 08. RGB value is (204,165,8). Sum of RGB (Red+Green+Blue) = 204+165+8=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA508 is #335AF7. Grayscale: #9F9F9F. Windows color (decimal): -3365624 or 566732. OLE color: 566732.

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

Color convert

RGB 204 165 8 -
CMYK 0 0.19 0.96 0.2
HSL 48.06º 0.92% 0.42% -
HSV(B) 48.06º 0.96% 0.8% -
XYZ 38.4 39.77 5.88 -
YUV 158.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 204 165 8 0 0.19 0.96 0.2 48.06 0.92 0.42
Hex CC A5 8 0 13 60 14 30 5C 2A
Octal 314 245 10 0 23 140 24 60 134 52
Binary 11001100 10100101 1000 0 10011 1100000 10100 110000 1011100 101010

Color Harmonies of #CCA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA508

Black with #CCA508

Text Example


Text Example

White with #CCA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA508; }

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

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

background-color css

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

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

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

border-color css

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

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

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