Html Css Color HEX #CDA918 Galliano

📋 copy color: '#CDA918'

red 205 ◦ green 169 ◦ blue 24

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

Shades of Galliano #CDA918

Tints of Galliano #CDA918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.03%

R = 51.51%
G = 42.46%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA918 (or 0xCDA918) is known color: Galliano. HEX triplet: CD, A9 and 18. RGB value is (205,169,24). Sum of RGB (Red+Green+Blue) = 205+169+24=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA918 is #3256E7. Grayscale: #A3A3A3. Windows color (decimal): -3299048 or 1616333. OLE color: 1616333.

HSL color Cylindrical-coordinate representation of color #CDA918: hue angle of 48.07º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDA918 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 24 -
CMYK 0 0.18 0.88 0.20
HSL 48.07º 0.79% 0.45% -
HSV(B) 48.07º 0.88% 0.8% -
XYZ 39.53 41.42 6.78 -
YUV 163.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 205 169 24 0 0.18 0.88 0.20 48.07 0.79 0.45
Hex CD A9 18 0 12 58 14 30 4F 2D
Octal 315 251 30 0 22 130 24 60 117 55
Binary 11001101 10101001 11000 0 10010 1011000 10100 110000 1001111 101101

Color Harmonies of #CDA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA918

Black with #CDA918

Text Example


Text Example

White with #CDA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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