Html Css Color HEX #DD801D Ochre

📋 copy color: '#DD801D'

red 221 ◦ green 128 ◦ blue 29

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

Shades of Ochre #DD801D

Tints of Ochre #DD801D

RGB

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

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

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

R = 58.47%
G = 33.86%
B = 7.67%

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

#DD801D (or 0xDD801D) is known color: Ochre. HEX triplet: DD, 80 and 1D. RGB value is (221,128,29). Sum of RGB (Red+Green+Blue) = 221+128+29=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD801D is #227FE2. Grayscale: #919191. Windows color (decimal): -2260963 or 1933533. OLE color: 1933533.

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

Color convert

RGB 221 128 29 -
CMYK 0 0.42 0.87 0.13
HSL 30.94º 0.77% 0.49% -
HSV(B) 30.94º 0.87% 0.87% -
XYZ 37.76 30.9 5.14 -
YUV 144.52 62.81 182.55 -
System Red Green Blue C M Y K H S L
Decimal 221 128 29 0 0.42 0.87 0.13 30.94 0.77 0.49
Hex DD 80 1D 0 2A 57 D 1F 4D 31
Octal 335 200 35 0 52 127 15 37 115 61
Binary 11011101 10000000 11101 0 101010 1010111 1101 11111 1001101 110001

Color Harmonies of #DD801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD801D

Black with #DD801D

Text Example


Text Example

White with #DD801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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