Html Css Color HEX #DD811D Ochre

📋 copy color: '#DD811D'

red 221 ◦ green 129 ◦ blue 29

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

Shades of Ochre #DD811D

Tints of Ochre #DD811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 58.31%
G = 34.04%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD811D (or 0xDD811D) is known color: Ochre. HEX triplet: DD, 81 and 1D. RGB value is (221,129,29). Sum of RGB (Red+Green+Blue) = 221+129+29=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD811D is #227EE2. Grayscale: #919191. Windows color (decimal): -2260707 or 1933789. OLE color: 1933789.

HSL color Cylindrical-coordinate representation of color #DD811D: hue angle of 31.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD811D is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 29 -
CMYK 0 0.42 0.87 0.13
HSL 31.25º 0.77% 0.49% -
HSV(B) 31.25º 0.87% 0.87% -
XYZ 37.89 31.16 5.18 -
YUV 145.11 62.48 182.13 -
System Red Green Blue C M Y K H S L
Decimal 221 129 29 0 0.42 0.87 0.13 31.25 0.77 0.49
Hex DD 81 1D 0 2A 57 D 1F 4D 31
Octal 335 201 35 0 52 127 15 37 115 61
Binary 11011101 10000001 11101 0 101010 1010111 1101 11111 1001101 110001

Color Harmonies of #DD811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD811D

Black with #DD811D

Text Example


Text Example

White with #DD811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD811D; }

 p { color: rgb(221,129,29); }

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

background-color css

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

 a { background-color: rgb(221,129,29); }

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

border-color css

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

 span { border-color: rgb(221,129,29); }

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