Html Css Color HEX #CCA80E Buddha Gold

📋 copy color: '#CCA80E'

red 204 ◦ green 168 ◦ blue 14

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

Shades of Buddha Gold #CCA80E

Tints of Buddha Gold #CCA80E

RGB

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

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

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

R = 52.85%
G = 43.52%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCA80E (or 0xCCA80E) is known color: Buddha Gold. HEX triplet: CC, A8 and 0E. RGB value is (204,168,14). Sum of RGB (Red+Green+Blue) = 204+168+14=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA80E is #3357F1. Grayscale: #A1A1A1. Windows color (decimal): -3364850 or 960716. OLE color: 960716.

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

Color convert

RGB 204 168 14 -
CMYK 0 0.18 0.93 0.2
HSL 48.63º 0.87% 0.43% -
HSV(B) 48.63º 0.93% 0.8% -
XYZ 38.98 40.87 6.25 -
YUV 161.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 204 168 14 0 0.18 0.93 0.2 48.63 0.87 0.43
Hex CC A8 E 0 12 5D 14 31 57 2B
Octal 314 250 16 0 22 135 24 61 127 53
Binary 11001100 10101000 1110 0 10010 1011101 10100 110001 1010111 101011

Color Harmonies of #CCA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA80E

Black with #CCA80E

Text Example


Text Example

White with #CCA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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