Html Css Color HEX #CCA801 Buddha Gold

📋 copy color: '#CCA801'

red 204 ◦ green 168 ◦ blue 1

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

Shades of Buddha Gold #CCA801

Tints of Buddha Gold #CCA801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 54.69%
G = 45.04%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCA801 (or 0xCCA801) is known color: Buddha Gold. HEX triplet: CC, A8 and 01. RGB value is (204,168,1). Sum of RGB (Red+Green+Blue) = 204+168+1=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA801 is #3357FE. Grayscale: #A0A0A0. Windows color (decimal): -3364863 or 108748. OLE color: 108748.

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

Color convert

RGB 204 168 1 -
CMYK 0 0.18 1.00 0.2
HSL 49.36º 0.99% 0.4% -
HSV(B) 49.36º 1% 0.8% -
XYZ 38.91 40.84 5.86 -
YUV 159.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 204 168 1 0 0.18 1.00 0.2 49.36 0.99 0.4
Hex CC A8 1 0 12 64 14 31 63 28
Octal 314 250 1 0 22 144 24 61 143 50
Binary 11001100 10101000 1 0 10010 1100100 10100 110001 1100011 101000

Color Harmonies of #CCA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA801

Black with #CCA801

Text Example


Text Example

White with #CCA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA801; }

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

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

background-color css

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

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

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

border-color css

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

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

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