Html Css Color HEX #DDBA68 Equator

📋 copy color: '#DDBA68'

red 221 ◦ green 186 ◦ blue 104

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

Shades of Equator #DDBA68

Tints of Equator #DDBA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

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

R = 43.25%
G = 36.4%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDBA68 (or 0xDDBA68) is known color: Equator. HEX triplet: DD, BA and 68. RGB value is (221,186,104). Sum of RGB (Red+Green+Blue) = 221+186+104=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA68 is #224597. Grayscale: #BBBBBB. Windows color (decimal): -2246040 or 6863581. OLE color: 6863581.

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

Color convert

RGB 221 186 104 -
CMYK 0 0.16 0.53 0.13
HSL 42.05º 0.63% 0.64% -
HSV(B) 42.05º 0.53% 0.87% -
XYZ 49.88 51.49 20.41 -
YUV 187.12 81.1 152.17 -
System Red Green Blue C M Y K H S L
Decimal 221 186 104 0 0.16 0.53 0.13 42.05 0.63 0.64
Hex DD BA 68 0 10 35 D 2A 3F 40
Octal 335 272 150 0 20 65 15 52 77 100
Binary 11011101 10111010 1101000 0 10000 110101 1101 101010 111111 1000000

Color Harmonies of #DDBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA68

Black with #DDBA68

Text Example


Text Example

White with #DDBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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