Html Css Color HEX #DDB35B Equator

📋 copy color: '#DDB35B'

red 221 ◦ green 179 ◦ blue 91

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

Shades of Equator #DDB35B

Tints of Equator #DDB35B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.46%

 BLUE value IS 91 (35.94% from 255) = 18.53%

R = 45.01%
G = 36.46%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDB35B (or 0xDDB35B) is known color: Equator. HEX triplet: DD, B3 and 5B. RGB value is (221,179,91). Sum of RGB (Red+Green+Blue) = 221+179+91=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB35B is #224CA4. Grayscale: #B5B5B5. Windows color (decimal): -2247845 or 6009821. OLE color: 6009821.

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

Color convert

RGB 221 179 91 -
CMYK 0 0.19 0.59 0.13
HSL 40.62º 0.66% 0.61% -
HSV(B) 40.62º 0.59% 0.87% -
XYZ 47.83 48.37 16.71 -
YUV 181.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 221 179 91 0 0.19 0.59 0.13 40.62 0.66 0.61
Hex DD B3 5B 0 13 3B D 29 42 3D
Octal 335 263 133 0 23 73 15 51 102 75
Binary 11011101 10110011 1011011 0 10011 111011 1101 101001 1000010 111101

Color Harmonies of #DDB35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB35B

Black with #DDB35B

Text Example


Text Example

White with #DDB35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB35B; }

 p { color: rgb(221,179,91); }

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

background-color css

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

 a { background-color: rgb(221,179,91); }

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

border-color css

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

 span { border-color: rgb(221,179,91); }

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