Html Css Color HEX #CDA115 Galliano

📋 copy color: '#CDA115'

red 205 ◦ green 161 ◦ blue 21

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

Shades of Galliano #CDA115

Tints of Galliano #CDA115

RGB

 RED value IS 205 (80.47% from 255) = 52.97%

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

 BLUE value IS 21 (8.59% from 255) = 5.43%

R = 52.97%
G = 41.6%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDA115 (or 0xCDA115) is known color: Galliano. HEX triplet: CD, A1 and 15. RGB value is (205,161,21). Sum of RGB (Red+Green+Blue) = 205+161+21=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA115 is #325EEA. Grayscale: #9E9E9E. Windows color (decimal): -3301099 or 1417677. OLE color: 1417677.

HSL color Cylindrical-coordinate representation of color #CDA115: hue angle of 45.65º degrees, saturation: 0.81, 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 #CDA115 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 161 21 -
CMYK 0 0.21 0.90 0.20
HSL 45.65º 0.81% 0.44% -
HSV(B) 45.65º 0.9% 0.8% -
XYZ 38.06 38.52 6.14 -
YUV 158.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 205 161 21 0 0.21 0.90 0.20 45.65 0.81 0.44
Hex CD A1 15 0 15 5A 14 2E 51 2C
Octal 315 241 25 0 25 132 24 56 121 54
Binary 11001101 10100001 10101 0 10101 1011010 10100 101110 1010001 101100

Color Harmonies of #CDA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA115

Black with #CDA115

Text Example


Text Example

White with #CDA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA115; }

 p { color: rgb(205,161,21); }

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

background-color css

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

 a { background-color: rgb(205,161,21); }

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

border-color css

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

 span { border-color: rgb(205,161,21); }

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