Html Css Color HEX #DA9D23 Galliano

📋 copy color: '#DA9D23'

red 218 ◦ green 157 ◦ blue 35

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

Shades of Galliano #DA9D23

Tints of Galliano #DA9D23

RGB

 RED value IS 218 (85.55% from 255) = 53.17%

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 35 (14.06% from 255) = 8.54%

R = 53.17%
G = 38.29%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA9D23 (or 0xDA9D23) is known color: Galliano. HEX triplet: DA, 9D and 23. RGB value is (218,157,35). Sum of RGB (Red+Green+Blue) = 218+157+35=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9D23 is #2562DC. Grayscale: #A1A1A1. Windows color (decimal): -2450141 or 2334170. OLE color: 2334170.

HSL color Cylindrical-coordinate representation of color #DA9D23: hue angle of 40º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA9D23 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 157 35 -
CMYK 0 0.28 0.84 0.15
HSL 40º 0.72% 0.5% -
HSV(B) 40º 0.84% 0.85% -
XYZ 41.27 39.14 6.97 -
YUV 161.33 56.71 168.42 -
System Red Green Blue C M Y K H S L
Decimal 218 157 35 0 0.28 0.84 0.15 40 0.72 0.5
Hex DA 9D 23 0 1C 54 F 28 48 32
Octal 332 235 43 0 34 124 17 50 110 62
Binary 11011010 10011101 100011 0 11100 1010100 1111 101000 1001000 110010

Color Harmonies of #DA9D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9D23

Black with #DA9D23

Text Example


Text Example

White with #DA9D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9D23; }

 p { color: rgb(218,157,35); }

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

background-color css

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

 a { background-color: rgb(218,157,35); }

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

border-color css

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

 span { border-color: rgb(218,157,35); }

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