Html Css Color HEX #CDAB17 Galliano

📋 copy color: '#CDAB17'

red 205 ◦ green 171 ◦ blue 23

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

Shades of Galliano #CDAB17

Tints of Galliano #CDAB17

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.86%

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

R = 51.38%
G = 42.86%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDAB17 (or 0xCDAB17) is known color: Galliano. HEX triplet: CD, AB and 17. RGB value is (205,171,23). Sum of RGB (Red+Green+Blue) = 205+171+23=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAB17 is #3254E8. Grayscale: #A4A4A4. Windows color (decimal): -3298537 or 1551309. OLE color: 1551309.

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

Color convert

RGB 205 171 23 -
CMYK 0 0.17 0.89 0.20
HSL 48.79º 0.8% 0.45% -
HSV(B) 48.79º 0.89% 0.8% -
XYZ 39.89 42.17 6.85 -
YUV 164.29 48.26 157.03 -
System Red Green Blue C M Y K H S L
Decimal 205 171 23 0 0.17 0.89 0.20 48.79 0.8 0.45
Hex CD AB 17 0 11 59 14 31 50 2D
Octal 315 253 27 0 21 131 24 61 120 55
Binary 11001101 10101011 10111 0 10001 1011001 10100 110001 1010000 101101

Color Harmonies of #CDAB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB17

Black with #CDAB17

Text Example


Text Example

White with #CDAB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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