Html Css Color HEX #DDAB23 Galliano

📋 copy color: '#DDAB23'

red 221 ◦ green 171 ◦ blue 35

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

Shades of Galliano #DDAB23

Tints of Galliano #DDAB23

RGB

 RED value IS 221 (86.72% from 255) = 51.76%

 GREEN value IS 171 (67.19% from 255) = 40.05%

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

R = 51.76%
G = 40.05%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDAB23 (or 0xDDAB23) is known color: Galliano. HEX triplet: DD, AB and 23. RGB value is (221,171,35). Sum of RGB (Red+Green+Blue) = 221+171+35=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB23 is #2254DC. Grayscale: #ABABAB. Windows color (decimal): -2249949 or 2337757. OLE color: 2337757.

HSL color Cylindrical-coordinate representation of color #DDAB23: hue angle of 43.87º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDAB23 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 35 -
CMYK 0 0.23 0.84 0.13
HSL 43.87º 0.73% 0.5% -
HSV(B) 43.87º 0.84% 0.87% -
XYZ 44.69 44.62 7.85 -
YUV 170.45 51.57 164.06 -
System Red Green Blue C M Y K H S L
Decimal 221 171 35 0 0.23 0.84 0.13 43.87 0.73 0.5
Hex DD AB 23 0 17 54 D 2C 49 32
Octal 335 253 43 0 27 124 15 54 111 62
Binary 11011101 10101011 100011 0 10111 1010100 1101 101100 1001001 110010

Color Harmonies of #DDAB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB23

Black with #DDAB23

Text Example


Text Example

White with #DDAB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB23; }

 p { color: rgb(221,171,35); }

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

background-color css

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

 a { background-color: rgb(221,171,35); }

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

border-color css

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

 span { border-color: rgb(221,171,35); }

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