Html Css Color HEX #DDB364 Equator

📋 copy color: '#DDB364'

red 221 ◦ green 179 ◦ blue 100

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

Shades of Equator #DDB364

Tints of Equator #DDB364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20%

R = 44.2%
G = 35.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDB364 (or 0xDDB364) is known color: Equator. HEX triplet: DD, B3 and 64. RGB value is (221,179,100). Sum of RGB (Red+Green+Blue) = 221+179+100=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB364 is #224C9B. Grayscale: #B6B6B6. Windows color (decimal): -2247836 or 6599645. OLE color: 6599645.

HSL color Cylindrical-coordinate representation of color #DDB364: hue angle of 39.17º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDB364 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 100 -
CMYK 0 0.19 0.55 0.13
HSL 39.17º 0.64% 0.63% -
HSV(B) 39.17º 0.55% 0.87% -
XYZ 48.24 48.53 18.88 -
YUV 182.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 221 179 100 0 0.19 0.55 0.13 39.17 0.64 0.63
Hex DD B3 64 0 13 37 D 27 40 3F
Octal 335 263 144 0 23 67 15 47 100 77
Binary 11011101 10110011 1100100 0 10011 110111 1101 100111 1000000 111111

Color Harmonies of #DDB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB364

Black with #DDB364

Text Example


Text Example

White with #DDB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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