Html Css Color HEX #DD811F Ochre

📋 copy color: '#DD811F'

red 221 ◦ green 129 ◦ blue 31

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

Shades of Ochre #DD811F

Tints of Ochre #DD811F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.14%

R = 58.01%
G = 33.86%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD811F (or 0xDD811F) is known color: Ochre. HEX triplet: DD, 81 and 1F. RGB value is (221,129,31). Sum of RGB (Red+Green+Blue) = 221+129+31=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD811F is #227EE0. Grayscale: #919191. Windows color (decimal): -2260705 or 2064861. OLE color: 2064861.

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

Color convert

RGB 221 129 31 -
CMYK 0 0.42 0.86 0.13
HSL 30.95º 0.75% 0.49% -
HSV(B) 30.95º 0.86% 0.87% -
XYZ 37.92 31.17 5.31 -
YUV 145.34 63.48 181.97 -
System Red Green Blue C M Y K H S L
Decimal 221 129 31 0 0.42 0.86 0.13 30.95 0.75 0.49
Hex DD 81 1F 0 2A 56 D 1F 4B 31
Octal 335 201 37 0 52 126 15 37 113 61
Binary 11011101 10000001 11111 0 101010 1010110 1101 11111 1001011 110001

Color Harmonies of #DD811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD811F

Black with #DD811F

Text Example


Text Example

White with #DD811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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