Html Css Color HEX #CDA516 Galliano

📋 copy color: '#CDA516'

red 205 ◦ green 165 ◦ blue 22

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

Shades of Galliano #CDA516

Tints of Galliano #CDA516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

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

R = 52.3%
G = 42.09%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDA516 (or 0xCDA516) is known color: Galliano. HEX triplet: CD, A5 and 16. RGB value is (205,165,22). Sum of RGB (Red+Green+Blue) = 205+165+22=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA516 is #325AE9. Grayscale: #A1A1A1. Windows color (decimal): -3300074 or 1484237. OLE color: 1484237.

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

Color convert

RGB 205 165 22 -
CMYK 0 0.20 0.89 0.20
HSL 46.89º 0.81% 0.45% -
HSV(B) 46.89º 0.89% 0.8% -
XYZ 38.78 39.95 6.43 -
YUV 160.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 205 165 22 0 0.20 0.89 0.20 46.89 0.81 0.45
Hex CD A5 16 0 14 59 14 2F 51 2D
Octal 315 245 26 0 24 131 24 57 121 55
Binary 11001101 10100101 10110 0 10100 1011001 10100 101111 1010001 101101

Color Harmonies of #CDA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA516

Black with #CDA516

Text Example


Text Example

White with #CDA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA516; }

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

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

background-color css

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

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

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

border-color css

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

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

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