Html Css Color HEX #DDA12B Galliano

📋 copy color: '#DDA12B'

red 221 ◦ green 161 ◦ blue 43

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

Shades of Galliano #DDA12B

Tints of Galliano #DDA12B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.88%

 BLUE value IS 43 (17.19% from 255) = 10.12%

R = 52%
G = 37.88%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDA12B (or 0xDDA12B) is known color: Galliano. HEX triplet: DD, A1 and 2B. RGB value is (221,161,43). Sum of RGB (Red+Green+Blue) = 221+161+43=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA12B is #225ED4. Grayscale: #A6A6A6. Windows color (decimal): -2252501 or 2859485. OLE color: 2859485.

HSL color Cylindrical-coordinate representation of color #DDA12B: hue angle of 39.78º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDA12B is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 43 -
CMYK 0 0.27 0.81 0.13
HSL 39.78º 0.72% 0.52% -
HSV(B) 39.78º 0.81% 0.87% -
XYZ 43 41.04 7.94 -
YUV 165.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 221 161 43 0 0.27 0.81 0.13 39.78 0.72 0.52
Hex DD A1 2B 0 1B 51 D 28 48 34
Octal 335 241 53 0 33 121 15 50 110 64
Binary 11011101 10100001 101011 0 11011 1010001 1101 101000 1001000 110100

Color Harmonies of #DDA12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA12B

Black with #DDA12B

Text Example


Text Example

White with #DDA12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA12B; }

 p { color: rgb(221,161,43); }

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

background-color css

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

 a { background-color: rgb(221,161,43); }

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

border-color css

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

 span { border-color: rgb(221,161,43); }

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