Html Css Color HEX #CDA517 Galliano

📋 copy color: '#CDA517'

red 205 ◦ green 165 ◦ blue 23

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

Shades of Galliano #CDA517

Tints of Galliano #CDA517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.85%

R = 52.16%
G = 41.98%
B = 5.85%

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

#CDA517 (or 0xCDA517) is known color: Galliano. HEX triplet: CD, A5 and 17. RGB value is (205,165,23). Sum of RGB (Red+Green+Blue) = 205+165+23=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA517 is #325AE8. Grayscale: #A1A1A1. Windows color (decimal): -3300073 or 1549773. OLE color: 1549773.

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

Color convert

RGB 205 165 23 -
CMYK 0 0.20 0.89 0.20
HSL 46.81º 0.8% 0.45% -
HSV(B) 46.81º 0.89% 0.8% -
XYZ 38.79 39.95 6.48 -
YUV 160.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 205 165 23 0 0.20 0.89 0.20 46.81 0.8 0.45
Hex CD A5 17 0 14 59 14 2F 50 2D
Octal 315 245 27 0 24 131 24 57 120 55
Binary 11001101 10100101 10111 0 10100 1011001 10100 101111 1010000 101101

Color Harmonies of #CDA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA517

Black with #CDA517

Text Example


Text Example

White with #CDA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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