Html Css Color HEX #DDB768 Equator

📋 copy color: '#DDB768'

red 221 ◦ green 183 ◦ blue 104

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

Shades of Equator #DDB768

Tints of Equator #DDB768

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.02%

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

R = 43.5%
G = 36.02%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDB768 (or 0xDDB768) is known color: Equator. HEX triplet: DD, B7 and 68. RGB value is (221,183,104). Sum of RGB (Red+Green+Blue) = 221+183+104=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB768 is #224897. Grayscale: #B9B9B9. Windows color (decimal): -2246808 or 6862813. OLE color: 6862813.

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

Color convert

RGB 221 183 104 -
CMYK 0 0.17 0.53 0.13
HSL 40.51º 0.63% 0.64% -
HSV(B) 40.51º 0.53% 0.87% -
XYZ 49.25 50.24 20.2 -
YUV 185.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 221 183 104 0 0.17 0.53 0.13 40.51 0.63 0.64
Hex DD B7 68 0 11 35 D 29 3F 40
Octal 335 267 150 0 21 65 15 51 77 100
Binary 11011101 10110111 1101000 0 10001 110101 1101 101001 111111 1000000

Color Harmonies of #DDB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB768

Black with #DDB768

Text Example


Text Example

White with #DDB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB768; }

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

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

background-color css

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

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

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

border-color css

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

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

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