Html Css Color HEX #DDB368 Equator

📋 copy color: '#DDB368'

red 221 ◦ green 179 ◦ blue 104

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

Shades of Equator #DDB368

Tints of Equator #DDB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.52%

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

R = 43.85%
G = 35.52%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDB368 (or 0xDDB368) is known color: Equator. HEX triplet: DD, B3 and 68. RGB value is (221,179,104). Sum of RGB (Red+Green+Blue) = 221+179+104=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB368 is #224C97. Grayscale: #B7B7B7. Windows color (decimal): -2247832 or 6861789. OLE color: 6861789.

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

Color convert

RGB 221 179 104 -
CMYK 0 0.19 0.53 0.13
HSL 38.46º 0.63% 0.64% -
HSV(B) 38.46º 0.53% 0.87% -
XYZ 48.44 48.61 19.93 -
YUV 183.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 221 179 104 0 0.19 0.53 0.13 38.46 0.63 0.64
Hex DD B3 68 0 13 35 D 26 3F 40
Octal 335 263 150 0 23 65 15 46 77 100
Binary 11011101 10110011 1101000 0 10011 110101 1101 100110 111111 1000000

Color Harmonies of #DDB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB368

Black with #DDB368

Text Example


Text Example

White with #DDB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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