Html Css Color HEX #DDB461 Equator

📋 copy color: '#DDB461'

red 221 ◦ green 180 ◦ blue 97

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

Shades of Equator #DDB461

Tints of Equator #DDB461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.48%

R = 44.38%
G = 36.14%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDB461 (or 0xDDB461) is known color: Equator. HEX triplet: DD, B4 and 61. RGB value is (221,180,97). Sum of RGB (Red+Green+Blue) = 221+180+97=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB461 is #224B9E. Grayscale: #B7B7B7. Windows color (decimal): -2247583 or 6403293. OLE color: 6403293.

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

Color convert

RGB 221 180 97 -
CMYK 0 0.19 0.56 0.13
HSL 40.16º 0.65% 0.62% -
HSV(B) 40.16º 0.56% 0.87% -
XYZ 48.3 48.88 18.2 -
YUV 182.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 221 180 97 0 0.19 0.56 0.13 40.16 0.65 0.62
Hex DD B4 61 0 13 38 D 28 41 3E
Octal 335 264 141 0 23 70 15 50 101 76
Binary 11011101 10110100 1100001 0 10011 111000 1101 101000 1000001 111110

Color Harmonies of #DDB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB461

Black with #DDB461

Text Example


Text Example

White with #DDB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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