Html Css Color HEX #DDB45F Equator

📋 copy color: '#DDB45F'

red 221 ◦ green 180 ◦ blue 95

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

Shades of Equator #DDB45F

Tints of Equator #DDB45F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 95 (37.5% from 255) = 19.15%

R = 44.56%
G = 36.29%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDB45F (or 0xDDB45F) is known color: Equator. HEX triplet: DD, B4 and 5F. RGB value is (221,180,95). Sum of RGB (Red+Green+Blue) = 221+180+95=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB45F is #224BA0. Grayscale: #B6B6B6. Windows color (decimal): -2247585 or 6272221. OLE color: 6272221.

HSL color Cylindrical-coordinate representation of color #DDB45F: hue angle of 40.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDB45F is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 95 -
CMYK 0 0.19 0.57 0.13
HSL 40.48º 0.65% 0.62% -
HSV(B) 40.48º 0.57% 0.87% -
XYZ 48.21 48.84 17.71 -
YUV 182.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 221 180 95 0 0.19 0.57 0.13 40.48 0.65 0.62
Hex DD B4 5F 0 13 39 D 28 41 3E
Octal 335 264 137 0 23 71 15 50 101 76
Binary 11011101 10110100 1011111 0 10011 111001 1101 101000 1000001 111110

Color Harmonies of #DDB45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB45F

Black with #DDB45F

Text Example


Text Example

White with #DDB45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB45F; }

 p { color: rgb(221,180,95); }

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

background-color css

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

 a { background-color: rgb(221,180,95); }

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

border-color css

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

 span { border-color: rgb(221,180,95); }

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