Html Css Color HEX #CDA718 Galliano

📋 copy color: '#CDA718'

red 205 ◦ green 167 ◦ blue 24

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

Shades of Galliano #CDA718

Tints of Galliano #CDA718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.17%

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

R = 51.77%
G = 42.17%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA718 (or 0xCDA718) is known color: Galliano. HEX triplet: CD, A7 and 18. RGB value is (205,167,24). Sum of RGB (Red+Green+Blue) = 205+167+24=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA718 is #3258E7. Grayscale: #A2A2A2. Windows color (decimal): -3299560 or 1615821. OLE color: 1615821.

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

Color convert

RGB 205 167 24 -
CMYK 0 0.19 0.88 0.20
HSL 47.4º 0.79% 0.45% -
HSV(B) 47.4º 0.88% 0.8% -
XYZ 39.16 40.68 6.65 -
YUV 162.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 205 167 24 0 0.19 0.88 0.20 47.4 0.79 0.45
Hex CD A7 18 0 13 58 14 2F 4F 2D
Octal 315 247 30 0 23 130 24 57 117 55
Binary 11001101 10100111 11000 0 10011 1011000 10100 101111 1001111 101101

Color Harmonies of #CDA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA718

Black with #CDA718

Text Example


Text Example

White with #CDA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA718; }

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

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

background-color css

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

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

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

border-color css

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

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

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