Html Css Color HEX #DDB367 Equator

📋 copy color: '#DDB367'

red 221 ◦ green 179 ◦ blue 103

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

Shades of Equator #DDB367

Tints of Equator #DDB367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.48%

R = 43.94%
G = 35.59%
B = 20.48%

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

#DDB367 (or 0xDDB367) is known color: Equator. HEX triplet: DD, B3 and 67. RGB value is (221,179,103). Sum of RGB (Red+Green+Blue) = 221+179+103=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB367 is #224C98. Grayscale: #B7B7B7. Windows color (decimal): -2247833 or 6796253. OLE color: 6796253.

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

Color convert

RGB 221 179 103 -
CMYK 0 0.19 0.53 0.13
HSL 38.64º 0.63% 0.64% -
HSV(B) 38.64º 0.53% 0.87% -
XYZ 48.39 48.59 19.66 -
YUV 182.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 221 179 103 0 0.19 0.53 0.13 38.64 0.63 0.64
Hex DD B3 67 0 13 35 D 27 3F 40
Octal 335 263 147 0 23 65 15 47 77 100
Binary 11011101 10110011 1100111 0 10011 110101 1101 100111 111111 1000000

Color Harmonies of #DDB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB367

Black with #DDB367

Text Example


Text Example

White with #DDB367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB367; }

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

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

background-color css

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

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

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

border-color css

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

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

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