Html Css Color HEX #DDB568 Equator

📋 copy color: '#DDB568'

red 221 ◦ green 181 ◦ blue 104

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

Shades of Equator #DDB568

Tints of Equator #DDB568

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.77%

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

R = 43.68%
G = 35.77%
B = 20.55%

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

#DDB568 (or 0xDDB568) is known color: Equator. HEX triplet: DD, B5 and 68. RGB value is (221,181,104). Sum of RGB (Red+Green+Blue) = 221+181+104=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB568 is #224A97. Grayscale: #B8B8B8. Windows color (decimal): -2247320 or 6862301. OLE color: 6862301.

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

Color convert

RGB 221 181 104 -
CMYK 0 0.18 0.53 0.13
HSL 39.49º 0.63% 0.64% -
HSV(B) 39.49º 0.53% 0.87% -
XYZ 48.84 49.42 20.06 -
YUV 184.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 221 181 104 0 0.18 0.53 0.13 39.49 0.63 0.64
Hex DD B5 68 0 12 35 D 27 3F 40
Octal 335 265 150 0 22 65 15 47 77 100
Binary 11011101 10110101 1101000 0 10010 110101 1101 100111 111111 1000000

Color Harmonies of #DDB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB568

Black with #DDB568

Text Example


Text Example

White with #DDB568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB568; }

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

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

background-color css

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

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

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

border-color css

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

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

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