Html Css Color HEX #CDAE1D Galliano

📋 copy color: '#CDAE1D'

red 205 ◦ green 174 ◦ blue 29

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

Shades of Galliano #CDAE1D

Tints of Galliano #CDAE1D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.65%

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

R = 50.25%
G = 42.65%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDAE1D (or 0xCDAE1D) is known color: Galliano. HEX triplet: CD, AE and 1D. RGB value is (205,174,29). Sum of RGB (Red+Green+Blue) = 205+174+29=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAE1D is #3251E2. Grayscale: #A7A7A7. Windows color (decimal): -3297763 or 1945293. OLE color: 1945293.

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

Color convert

RGB 205 174 29 -
CMYK 0 0.15 0.86 0.20
HSL 49.43º 0.75% 0.46% -
HSV(B) 49.43º 0.86% 0.8% -
XYZ 40.53 43.34 7.39 -
YUV 166.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 205 174 29 0 0.15 0.86 0.20 49.43 0.75 0.46
Hex CD AE 1D 0 F 56 14 31 4B 2E
Octal 315 256 35 0 17 126 24 61 113 56
Binary 11001101 10101110 11101 0 1111 1010110 10100 110001 1001011 101110

Color Harmonies of #CDAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE1D

Black with #CDAE1D

Text Example


Text Example

White with #CDAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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