Html Css Color HEX #CDA016 Galliano

📋 copy color: '#CDA016'

red 205 ◦ green 160 ◦ blue 22

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

Shades of Galliano #CDA016

Tints of Galliano #CDA016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.34%

 BLUE value IS 22 (8.98% from 255) = 5.68%

R = 52.97%
G = 41.34%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDA016 (or 0xCDA016) is known color: Galliano. HEX triplet: CD, A0 and 16. RGB value is (205,160,22). Sum of RGB (Red+Green+Blue) = 205+160+22=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA016 is #325FE9. Grayscale: #9E9E9E. Windows color (decimal): -3301354 or 1482957. OLE color: 1482957.

HSL color Cylindrical-coordinate representation of color #CDA016: hue angle of 45.25º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDA016 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 160 22 -
CMYK 0 0.22 0.89 0.20
HSL 45.25º 0.81% 0.45% -
HSV(B) 45.25º 0.89% 0.8% -
XYZ 37.89 38.18 6.13 -
YUV 157.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 205 160 22 0 0.22 0.89 0.20 45.25 0.81 0.45
Hex CD A0 16 0 16 59 14 2D 51 2D
Octal 315 240 26 0 26 131 24 55 121 55
Binary 11001101 10100000 10110 0 10110 1011001 10100 101101 1010001 101101

Color Harmonies of #CDA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA016

Black with #CDA016

Text Example


Text Example

White with #CDA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA016; }

 p { color: rgb(205,160,22); }

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

background-color css

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

 a { background-color: rgb(205,160,22); }

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

border-color css

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

 span { border-color: rgb(205,160,22); }

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