Html Css Color HEX #CCA505 Buddha Gold

📋 copy color: '#CCA505'

red 204 ◦ green 165 ◦ blue 5

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

Shades of Buddha Gold #CCA505

Tints of Buddha Gold #CCA505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 54.55%
G = 44.12%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCA505 (or 0xCCA505) is known color: Buddha Gold. HEX triplet: CC, A5 and 05. RGB value is (204,165,5). Sum of RGB (Red+Green+Blue) = 204+165+5=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA505 is #335AFA. Grayscale: #9F9F9F. Windows color (decimal): -3365627 or 370124. OLE color: 370124.

HSL color Cylindrical-coordinate representation of color #CCA505: hue angle of 48.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCA505 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 5 -
CMYK 0 0.19 0.98 0.2
HSL 48.24º 0.95% 0.41% -
HSV(B) 48.24º 0.98% 0.8% -
XYZ 38.38 39.76 5.79 -
YUV 158.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 204 165 5 0 0.19 0.98 0.2 48.24 0.95 0.41
Hex CC A5 5 0 13 62 14 30 5F 29
Octal 314 245 5 0 23 142 24 60 137 51
Binary 11001100 10100101 101 0 10011 1100010 10100 110000 1011111 101001

Color Harmonies of #CCA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA505

Black with #CCA505

Text Example


Text Example

White with #CCA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA505; }

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

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

background-color css

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

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

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

border-color css

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

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

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