Html Css Color HEX #CDA416 Galliano

📋 copy color: '#CDA416'

red 205 ◦ green 164 ◦ blue 22

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

Shades of Galliano #CDA416

Tints of Galliano #CDA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

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

R = 52.43%
G = 41.94%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDA416 (or 0xCDA416) is known color: Galliano. HEX triplet: CD, A4 and 16. RGB value is (205,164,22). Sum of RGB (Red+Green+Blue) = 205+164+22=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA416 is #325BE9. Grayscale: #A0A0A0. Windows color (decimal): -3300330 or 1483981. OLE color: 1483981.

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

Color convert

RGB 205 164 22 -
CMYK 0 0.2 0.89 0.20
HSL 46.56º 0.81% 0.45% -
HSV(B) 46.56º 0.89% 0.8% -
XYZ 38.6 39.59 6.37 -
YUV 160.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 205 164 22 0 0.2 0.89 0.20 46.56 0.81 0.45
Hex CD A4 16 0 14 59 14 2F 51 2D
Octal 315 244 26 0 24 131 24 57 121 55
Binary 11001101 10100100 10110 0 10100 1011001 10100 101111 1010001 101101

Color Harmonies of #CDA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA416

Black with #CDA416

Text Example


Text Example

White with #CDA416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA416; }

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

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

background-color css

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

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

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

border-color css

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

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

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