Html Css Color HEX #CCA800 Buddha Gold

📋 copy color: '#CCA800'

red 204 ◦ green 168 ◦ blue 0

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

Shades of Buddha Gold #CCA800

Tints of Buddha Gold #CCA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.84%
G = 45.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCA800 (or 0xCCA800) is known color: Buddha Gold. HEX triplet: CC, A8 and 00. RGB value is (204,168,0). Sum of RGB (Red+Green+Blue) = 204+168+0=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA800 is #3357FF. Grayscale: #A0A0A0. Windows color (decimal): -3364864 or 43212. OLE color: 43212.

HSL color Cylindrical-coordinate representation of color #CCA800: hue angle of 49.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCA800 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 0 -
CMYK 0 0.18 1 0.2
HSL 49.41º 1% 0.4% -
HSV(B) 49.41º 1% 0.8% -
XYZ 38.9 40.84 5.83 -
YUV 159.61 37.93 159.66 -
System Red Green Blue C M Y K H S L
Decimal 204 168 0 0 0.18 1 0.2 49.41 1 0.4
Hex CC A8 0 0 12 64 14 31 64 28
Octal 314 250 0 0 22 144 24 61 144 50
Binary 11001100 10101000 0 0 10010 1100100 10100 110001 1100100 101000

Color Harmonies of #CCA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA800

Black with #CCA800

Text Example


Text Example

White with #CCA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA800; }

 p { color: rgb(204,168,0); }

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

background-color css

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

 a { background-color: rgb(204,168,0); }

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

border-color css

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

 span { border-color: rgb(204,168,0); }

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