Html Css Color HEX #DD801E Ochre

📋 copy color: '#DD801E'

red 221 ◦ green 128 ◦ blue 30

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

Shades of Ochre #DD801E

Tints of Ochre #DD801E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 58.31%
G = 33.77%
B = 7.92%

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

#DD801E (or 0xDD801E) is known color: Ochre. HEX triplet: DD, 80 and 1E. RGB value is (221,128,30). Sum of RGB (Red+Green+Blue) = 221+128+30=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD801E is #227FE1. Grayscale: #919191. Windows color (decimal): -2260962 or 1999069. OLE color: 1999069.

HSL color Cylindrical-coordinate representation of color #DD801E: hue angle of 30.79º degrees, saturation: 0.76, 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 #DD801E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 30 -
CMYK 0 0.42 0.86 0.13
HSL 30.79º 0.76% 0.49% -
HSV(B) 30.79º 0.86% 0.87% -
XYZ 37.77 30.9 5.2 -
YUV 144.64 63.31 182.47 -
System Red Green Blue C M Y K H S L
Decimal 221 128 30 0 0.42 0.86 0.13 30.79 0.76 0.49
Hex DD 80 1E 0 2A 56 D 1F 4C 31
Octal 335 200 36 0 52 126 15 37 114 61
Binary 11011101 10000000 11110 0 101010 1010110 1101 11111 1001100 110001

Color Harmonies of #DD801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD801E

Black with #DD801E

Text Example


Text Example

White with #DD801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD801E; }

 p { color: rgb(221,128,30); }

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

background-color css

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

 a { background-color: rgb(221,128,30); }

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

border-color css

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

 span { border-color: rgb(221,128,30); }

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