Html Css Color HEX #DD7F1D Ochre

📋 copy color: '#DD7F1D'

red 221 ◦ green 127 ◦ blue 29

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

Shades of Ochre #DD7F1D

Tints of Ochre #DD7F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

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

R = 58.62%
G = 33.69%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD7F1D (or 0xDD7F1D) is known color: Ochre. HEX triplet: DD, 7F and 1D. RGB value is (221,127,29). Sum of RGB (Red+Green+Blue) = 221+127+29=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F1D is #2280E2. Grayscale: #909090. Windows color (decimal): -2261219 or 1933277. OLE color: 1933277.

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

Color convert

RGB 221 127 29 -
CMYK 0 0.43 0.87 0.13
HSL 30.63º 0.77% 0.49% -
HSV(B) 30.63º 0.87% 0.87% -
XYZ 37.63 30.64 5.09 -
YUV 143.93 63.14 182.97 -
System Red Green Blue C M Y K H S L
Decimal 221 127 29 0 0.43 0.87 0.13 30.63 0.77 0.49
Hex DD 7F 1D 0 2B 57 D 1F 4D 31
Octal 335 177 35 0 53 127 15 37 115 61
Binary 11011101 1111111 11101 0 101011 1010111 1101 11111 1001101 110001

Color Harmonies of #DD7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F1D

Black with #DD7F1D

Text Example


Text Example

White with #DD7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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