Html Css Color HEX #DDB668 Equator

📋 copy color: '#DDB668'

red 221 ◦ green 182 ◦ blue 104

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

Shades of Equator #DDB668

Tints of Equator #DDB668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.51%

R = 43.59%
G = 35.9%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDB668 (or 0xDDB668) is known color: Equator. HEX triplet: DD, B6 and 68. RGB value is (221,182,104). Sum of RGB (Red+Green+Blue) = 221+182+104=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB668 is #224997. Grayscale: #B9B9B9. Windows color (decimal): -2247064 or 6862557. OLE color: 6862557.

HSL color Cylindrical-coordinate representation of color #DDB668: hue angle of 40º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDB668 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 104 -
CMYK 0 0.18 0.53 0.13
HSL 40º 0.63% 0.64% -
HSV(B) 40º 0.53% 0.87% -
XYZ 49.05 49.83 20.13 -
YUV 184.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 221 182 104 0 0.18 0.53 0.13 40 0.63 0.64
Hex DD B6 68 0 12 35 D 28 3F 40
Octal 335 266 150 0 22 65 15 50 77 100
Binary 11011101 10110110 1101000 0 10010 110101 1101 101000 111111 1000000

Color Harmonies of #DDB668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB668

Black with #DDB668

Text Example


Text Example

White with #DDB668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB668; }

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

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

background-color css

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

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

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

border-color css

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

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

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