Html Css Color HEX #DDB658 Equator

📋 copy color: '#DDB658'

red 221 ◦ green 182 ◦ blue 88

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

Shades of Equator #DDB658

Tints of Equator #DDB658

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.07%

 BLUE value IS 88 (34.77% from 255) = 17.92%

R = 45.01%
G = 37.07%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDB658 (or 0xDDB658) is known color: Equator. HEX triplet: DD, B6 and 58. RGB value is (221,182,88). Sum of RGB (Red+Green+Blue) = 221+182+88=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB658 is #2249A7. Grayscale: #B7B7B7. Windows color (decimal): -2247080 or 5813981. OLE color: 5813981.

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

Color convert

RGB 221 182 88 -
CMYK 0 0.18 0.60 0.13
HSL 42.41º 0.66% 0.61% -
HSV(B) 42.41º 0.6% 0.87% -
XYZ 48.31 49.53 16.25 -
YUV 182.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 221 182 88 0 0.18 0.60 0.13 42.41 0.66 0.61
Hex DD B6 58 0 12 3C D 2A 42 3D
Octal 335 266 130 0 22 74 15 52 102 75
Binary 11011101 10110110 1011000 0 10010 111100 1101 101010 1000010 111101

Color Harmonies of #DDB658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB658

Black with #DDB658

Text Example


Text Example

White with #DDB658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB658; }

 p { color: rgb(221,182,88); }

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

background-color css

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

 a { background-color: rgb(221,182,88); }

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

border-color css

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

 span { border-color: rgb(221,182,88); }

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