Html Css Color HEX #CDAE16 Galliano

📋 copy color: '#CDAE16'

red 205 ◦ green 174 ◦ blue 22

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

Shades of Galliano #CDAE16

Tints of Galliano #CDAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.49%

R = 51.12%
G = 43.39%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CDAE16 (or 0xCDAE16) is known color: Galliano. HEX triplet: CD, AE and 16. RGB value is (205,174,22). Sum of RGB (Red+Green+Blue) = 205+174+22=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAE16 is #3251E9. Grayscale: #A6A6A6. Windows color (decimal): -3297770 or 1486541. OLE color: 1486541.

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

Color convert

RGB 205 174 22 -
CMYK 0 0.15 0.89 0.20
HSL 49.84º 0.81% 0.45% -
HSV(B) 49.84º 0.89% 0.8% -
XYZ 40.46 43.31 6.99 -
YUV 165.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 205 174 22 0 0.15 0.89 0.20 49.84 0.81 0.45
Hex CD AE 16 0 F 59 14 32 51 2D
Octal 315 256 26 0 17 131 24 62 121 55
Binary 11001101 10101110 10110 0 1111 1011001 10100 110010 1010001 101101

Color Harmonies of #CDAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE16

Black with #CDAE16

Text Example


Text Example

White with #CDAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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