Html Css Color HEX #DDA42B Galliano

📋 copy color: '#DDA42B'

red 221 ◦ green 164 ◦ blue 43

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

Shades of Galliano #DDA42B

Tints of Galliano #DDA42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

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

R = 51.64%
G = 38.32%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDA42B (or 0xDDA42B) is known color: Galliano. HEX triplet: DD, A4 and 2B. RGB value is (221,164,43). Sum of RGB (Red+Green+Blue) = 221+164+43=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA42B is #225BD4. Grayscale: #A7A7A7. Windows color (decimal): -2251733 or 2860253. OLE color: 2860253.

HSL color Cylindrical-coordinate representation of color #DDA42B: hue angle of 40.79º 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 #DDA42B is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 43 -
CMYK 0 0.26 0.81 0.13
HSL 40.79º 0.72% 0.52% -
HSV(B) 40.79º 0.81% 0.87% -
XYZ 43.53 42.1 8.12 -
YUV 167.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 221 164 43 0 0.26 0.81 0.13 40.79 0.72 0.52
Hex DD A4 2B 0 1A 51 D 29 48 34
Octal 335 244 53 0 32 121 15 51 110 64
Binary 11011101 10100100 101011 0 11010 1010001 1101 101001 1001000 110100

Color Harmonies of #DDA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA42B

Black with #DDA42B

Text Example


Text Example

White with #DDA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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