Html Css Color HEX #CDA917 Galliano

📋 copy color: '#CDA917'

red 205 ◦ green 169 ◦ blue 23

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

Shades of Galliano #CDA917

Tints of Galliano #CDA917

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

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

R = 51.64%
G = 42.57%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDA917 (or 0xCDA917) is known color: Galliano. HEX triplet: CD, A9 and 17. RGB value is (205,169,23). Sum of RGB (Red+Green+Blue) = 205+169+23=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA917 is #3256E8. Grayscale: #A3A3A3. Windows color (decimal): -3299049 or 1550797. OLE color: 1550797.

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

Color convert

RGB 205 169 23 -
CMYK 0 0.18 0.89 0.20
HSL 48.13º 0.8% 0.45% -
HSV(B) 48.13º 0.89% 0.8% -
XYZ 39.52 41.42 6.72 -
YUV 163.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 205 169 23 0 0.18 0.89 0.20 48.13 0.8 0.45
Hex CD A9 17 0 12 59 14 30 50 2D
Octal 315 251 27 0 22 131 24 60 120 55
Binary 11001101 10101001 10111 0 10010 1011001 10100 110000 1010000 101101

Color Harmonies of #CDA917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA917

Black with #CDA917

Text Example


Text Example

White with #CDA917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA917; }

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

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

background-color css

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

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

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

border-color css

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

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

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