Html Css Color HEX #CDA616 Galliano

📋 copy color: '#CDA616'

red 205 ◦ green 166 ◦ blue 22

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

Shades of Galliano #CDA616

Tints of Galliano #CDA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.24%

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

R = 52.16%
G = 42.24%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDA616 (or 0xCDA616) is known color: Galliano. HEX triplet: CD, A6 and 16. RGB value is (205,166,22). Sum of RGB (Red+Green+Blue) = 205+166+22=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA616 is #3259E9. Grayscale: #A1A1A1. Windows color (decimal): -3299818 or 1484493. OLE color: 1484493.

HSL color Cylindrical-coordinate representation of color #CDA616: hue angle of 47.21º 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 #CDA616 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 166 22 -
CMYK 0 0.19 0.89 0.20
HSL 47.21º 0.81% 0.45% -
HSV(B) 47.21º 0.89% 0.8% -
XYZ 38.96 40.31 6.49 -
YUV 161.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 205 166 22 0 0.19 0.89 0.20 47.21 0.81 0.45
Hex CD A6 16 0 13 59 14 2F 51 2D
Octal 315 246 26 0 23 131 24 57 121 55
Binary 11001101 10100110 10110 0 10011 1011001 10100 101111 1010001 101101

Color Harmonies of #CDA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA616

Black with #CDA616

Text Example


Text Example

White with #CDA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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