Html Css Color HEX #CCA12D Galliano

📋 copy color: '#CCA12D'

red 204 ◦ green 161 ◦ blue 45

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

Shades of Galliano #CCA12D

Tints of Galliano #CCA12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.98%

R = 49.76%
G = 39.27%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCA12D (or 0xCCA12D) is known color: Galliano. HEX triplet: CC, A1 and 2D. RGB value is (204,161,45). Sum of RGB (Red+Green+Blue) = 204+161+45=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA12D is #335ED2. Grayscale: #A1A1A1. Windows color (decimal): -3366611 or 2990540. OLE color: 2990540.

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

Color convert

RGB 204 161 45 -
CMYK 0 0.21 0.78 0.2
HSL 43.77º 0.64% 0.49% -
HSV(B) 43.77º 0.78% 0.8% -
XYZ 38.12 38.52 7.91 -
YUV 160.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 204 161 45 0 0.21 0.78 0.2 43.77 0.64 0.49
Hex CC A1 2D 0 15 4E 14 2C 40 31
Octal 314 241 55 0 25 116 24 54 100 61
Binary 11001100 10100001 101101 0 10101 1001110 10100 101100 1000000 110001

Color Harmonies of #CCA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA12D

Black with #CCA12D

Text Example


Text Example

White with #CCA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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