Html Css Color HEX #CCA904 Buddha Gold

📋 copy color: '#CCA904'

red 204 ◦ green 169 ◦ blue 4

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

Shades of Buddha Gold #CCA904

Tints of Buddha Gold #CCA904

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.83%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 54.11%
G = 44.83%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCA904 (or 0xCCA904) is known color: Buddha Gold. HEX triplet: CC, A9 and 04. RGB value is (204,169,4). Sum of RGB (Red+Green+Blue) = 204+169+4=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA904 is #3356FB. Grayscale: #A1A1A1. Windows color (decimal): -3364604 or 305612. OLE color: 305612.

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

Color convert

RGB 204 169 4 -
CMYK 0 0.17 0.98 0.2
HSL 49.5º 0.96% 0.41% -
HSV(B) 49.5º 0.98% 0.8% -
XYZ 39.11 41.22 6.01 -
YUV 160.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 204 169 4 0 0.17 0.98 0.2 49.5 0.96 0.41
Hex CC A9 4 0 11 62 14 32 60 29
Octal 314 251 4 0 21 142 24 62 140 51
Binary 11001100 10101001 100 0 10001 1100010 10100 110010 1100000 101001

Color Harmonies of #CCA904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA904

Black with #CCA904

Text Example


Text Example

White with #CCA904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA904; }

 p { color: rgb(204,169,4); }

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

background-color css

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

 a { background-color: rgb(204,169,4); }

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

border-color css

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

 span { border-color: rgb(204,169,4); }

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