Html Css Color HEX #DDB068 Equator

📋 copy color: '#DDB068'

red 221 ◦ green 176 ◦ blue 104

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

Shades of Equator #DDB068

Tints of Equator #DDB068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.13%

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

R = 44.11%
G = 35.13%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDB068 (or 0xDDB068) is known color: Equator. HEX triplet: DD, B0 and 68. RGB value is (221,176,104). Sum of RGB (Red+Green+Blue) = 221+176+104=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB068 is #224F97. Grayscale: #B5B5B5. Windows color (decimal): -2248600 or 6861021. OLE color: 6861021.

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

Color convert

RGB 221 176 104 -
CMYK 0 0.20 0.53 0.13
HSL 36.92º 0.63% 0.64% -
HSV(B) 36.92º 0.53% 0.87% -
XYZ 47.84 47.42 19.73 -
YUV 181.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 221 176 104 0 0.20 0.53 0.13 36.92 0.63 0.64
Hex DD B0 68 0 14 35 D 25 3F 40
Octal 335 260 150 0 24 65 15 45 77 100
Binary 11011101 10110000 1101000 0 10100 110101 1101 100101 111111 1000000

Color Harmonies of #DDB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB068

Black with #DDB068

Text Example


Text Example

White with #DDB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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