Html Css Color HEX #DDB261 Equator

📋 copy color: '#DDB261'

red 221 ◦ green 178 ◦ blue 97

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

Shades of Equator #DDB261

Tints of Equator #DDB261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 44.56%
G = 35.89%
B = 19.56%

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

#DDB261 (or 0xDDB261) is known color: Equator. HEX triplet: DD, B2 and 61. RGB value is (221,178,97). Sum of RGB (Red+Green+Blue) = 221+178+97=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB261 is #224D9E. Grayscale: #B5B5B5. Windows color (decimal): -2248095 or 6402781. OLE color: 6402781.

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

Color convert

RGB 221 178 97 -
CMYK 0 0.19 0.56 0.13
HSL 39.19º 0.65% 0.62% -
HSV(B) 39.19º 0.56% 0.87% -
XYZ 47.9 48.08 18.06 -
YUV 181.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 221 178 97 0 0.19 0.56 0.13 39.19 0.65 0.62
Hex DD B2 61 0 13 38 D 27 41 3E
Octal 335 262 141 0 23 70 15 47 101 76
Binary 11011101 10110010 1100001 0 10011 111000 1101 100111 1000001 111110

Color Harmonies of #DDB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB261

Black with #DDB261

Text Example


Text Example

White with #DDB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB261; }

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

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

background-color css

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

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

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

border-color css

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

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

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