Html Css Color HEX #CCA114 Buddha Gold

📋 copy color: '#CCA114'

red 204 ◦ green 161 ◦ blue 20

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

Shades of Buddha Gold #CCA114

Tints of Buddha Gold #CCA114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 52.99%
G = 41.82%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA114 (or 0xCCA114) is known color: Buddha Gold. HEX triplet: CC, A1 and 14. RGB value is (204,161,20). Sum of RGB (Red+Green+Blue) = 204+161+20=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA114 is #335EEB. Grayscale: #9E9E9E. Windows color (decimal): -3366636 or 1352140. OLE color: 1352140.

HSL color Cylindrical-coordinate representation of color #CCA114: hue angle of 45.98º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCA114 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 20 -
CMYK 0 0.21 0.90 0.2
HSL 45.98º 0.82% 0.44% -
HSV(B) 45.98º 0.9% 0.8% -
XYZ 37.77 38.38 6.08 -
YUV 157.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 204 161 20 0 0.21 0.90 0.2 45.98 0.82 0.44
Hex CC A1 14 0 15 5A 14 2E 52 2C
Octal 314 241 24 0 25 132 24 56 122 54
Binary 11001100 10100001 10100 0 10101 1011010 10100 101110 1010010 101100

Color Harmonies of #CCA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA114

Black with #CCA114

Text Example


Text Example

White with #CCA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA114; }

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

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

background-color css

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

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

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

border-color css

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

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

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