Html Css Color HEX #CDA417 Galliano

📋 copy color: '#CDA417'

red 205 ◦ green 164 ◦ blue 23

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

Shades of Galliano #CDA417

Tints of Galliano #CDA417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.84%

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

R = 52.3%
G = 41.84%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDA417 (or 0xCDA417) is known color: Galliano. HEX triplet: CD, A4 and 17. RGB value is (205,164,23). Sum of RGB (Red+Green+Blue) = 205+164+23=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA417 is #325BE8. Grayscale: #A0A0A0. Windows color (decimal): -3300329 or 1549517. OLE color: 1549517.

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

Color convert

RGB 205 164 23 -
CMYK 0 0.2 0.89 0.20
HSL 46.48º 0.8% 0.45% -
HSV(B) 46.48º 0.89% 0.8% -
XYZ 38.61 39.59 6.42 -
YUV 160.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 205 164 23 0 0.2 0.89 0.20 46.48 0.8 0.45
Hex CD A4 17 0 14 59 14 2E 50 2D
Octal 315 244 27 0 24 131 24 56 120 55
Binary 11001101 10100100 10111 0 10100 1011001 10100 101110 1010000 101101

Color Harmonies of #CDA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA417

Black with #CDA417

Text Example


Text Example

White with #CDA417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA417; }

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

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

background-color css

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

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

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

border-color css

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

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

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