Html Css Color HEX #DDA61B Galliano

📋 copy color: '#DDA61B'

red 221 ◦ green 166 ◦ blue 27

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

Shades of Galliano #DDA61B

Tints of Galliano #DDA61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

 BLUE value IS 27 (10.94% from 255) = 6.52%

R = 53.38%
G = 40.1%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDA61B (or 0xDDA61B) is known color: Galliano. HEX triplet: DD, A6 and 1B. RGB value is (221,166,27). Sum of RGB (Red+Green+Blue) = 221+166+27=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA61B is #2259E4. Grayscale: #A7A7A7. Windows color (decimal): -2251237 or 1812189. OLE color: 1812189.

HSL color Cylindrical-coordinate representation of color #DDA61B: hue angle of 42.99º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA61B is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 166 27 -
CMYK 0 0.25 0.88 0.13
HSL 42.99º 0.78% 0.49% -
HSV(B) 42.99º 0.88% 0.87% -
XYZ 43.65 42.72 6.98 -
YUV 166.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 221 166 27 0 0.25 0.88 0.13 42.99 0.78 0.49
Hex DD A6 1B 0 19 58 D 2B 4E 31
Octal 335 246 33 0 31 130 15 53 116 61
Binary 11011101 10100110 11011 0 11001 1011000 1101 101011 1001110 110001

Color Harmonies of #DDA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA61B

Black with #DDA61B

Text Example


Text Example

White with #DDA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA61B; }

 p { color: rgb(221,166,27); }

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

background-color css

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

 a { background-color: rgb(221,166,27); }

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

border-color css

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

 span { border-color: rgb(221,166,27); }

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