Html Css Color HEX #CCA10E Buddha Gold

📋 copy color: '#CCA10E'

red 204 ◦ green 161 ◦ blue 14

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

Shades of Buddha Gold #CCA10E

Tints of Buddha Gold #CCA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.48%

 BLUE value IS 14 (5.86% from 255) = 3.69%

R = 53.83%
G = 42.48%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCA10E (or 0xCCA10E) is known color: Buddha Gold. HEX triplet: CC, A1 and 0E. RGB value is (204,161,14). Sum of RGB (Red+Green+Blue) = 204+161+14=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA10E is #335EF1. Grayscale: #9D9D9D. Windows color (decimal): -3366642 or 958924. OLE color: 958924.

HSL color Cylindrical-coordinate representation of color #CCA10E: hue angle of 46.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCA10E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 14 -
CMYK 0 0.21 0.93 0.2
HSL 46.42º 0.87% 0.43% -
HSV(B) 46.42º 0.93% 0.8% -
XYZ 37.73 38.36 5.83 -
YUV 157.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 204 161 14 0 0.21 0.93 0.2 46.42 0.87 0.43
Hex CC A1 E 0 15 5D 14 2E 57 2B
Octal 314 241 16 0 25 135 24 56 127 53
Binary 11001100 10100001 1110 0 10101 1011101 10100 101110 1010111 101011

Color Harmonies of #CCA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA10E

Black with #CCA10E

Text Example


Text Example

White with #CCA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA10E; }

 p { color: rgb(204,161,14); }

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

background-color css

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

 a { background-color: rgb(204,161,14); }

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

border-color css

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

 span { border-color: rgb(204,161,14); }

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