Html Css Color HEX #CDA41D Galliano

📋 copy color: '#CDA41D'

red 205 ◦ green 164 ◦ blue 29

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

Shades of Galliano #CDA41D

Tints of Galliano #CDA41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.29%

R = 51.51%
G = 41.21%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDA41D (or 0xCDA41D) is known color: Galliano. HEX triplet: CD, A4 and 1D. RGB value is (205,164,29). Sum of RGB (Red+Green+Blue) = 205+164+29=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA41D is #325BE2. Grayscale: #A1A1A1. Windows color (decimal): -3300323 or 1942733. OLE color: 1942733.

HSL color Cylindrical-coordinate representation of color #CDA41D: hue angle of 46.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDA41D is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 164 29 -
CMYK 0 0.2 0.86 0.20
HSL 46.02º 0.75% 0.46% -
HSV(B) 46.02º 0.86% 0.8% -
XYZ 38.67 39.62 6.77 -
YUV 160.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 205 164 29 0 0.2 0.86 0.20 46.02 0.75 0.46
Hex CD A4 1D 0 14 56 14 2E 4B 2E
Octal 315 244 35 0 24 126 24 56 113 56
Binary 11001101 10100100 11101 0 10100 1010110 10100 101110 1001011 101110

Color Harmonies of #CDA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA41D

Black with #CDA41D

Text Example


Text Example

White with #CDA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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