Html Css Color HEX #CCA304 Buddha Gold

📋 copy color: '#CCA304'

red 204 ◦ green 163 ◦ blue 4

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

Shades of Buddha Gold #CCA304

Tints of Buddha Gold #CCA304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

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

R = 54.99%
G = 43.94%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCA304 (or 0xCCA304) is known color: Buddha Gold. HEX triplet: CC, A3 and 04. RGB value is (204,163,4). Sum of RGB (Red+Green+Blue) = 204+163+4=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA304 is #335CFB. Grayscale: #9D9D9D. Windows color (decimal): -3366140 or 304076. OLE color: 304076.

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

Color convert

RGB 204 163 4 -
CMYK 0 0.20 0.98 0.2
HSL 47.7º 0.96% 0.41% -
HSV(B) 47.7º 0.98% 0.8% -
XYZ 38.02 39.04 5.65 -
YUV 157.13 41.58 161.43 -
System Red Green Blue C M Y K H S L
Decimal 204 163 4 0 0.20 0.98 0.2 47.7 0.96 0.41
Hex CC A3 4 0 14 62 14 30 60 29
Octal 314 243 4 0 24 142 24 60 140 51
Binary 11001100 10100011 100 0 10100 1100010 10100 110000 1100000 101001

Color Harmonies of #CCA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA304

Black with #CCA304

Text Example


Text Example

White with #CCA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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