Html Css Color HEX #DD7F1B Ochre

📋 copy color: '#DD7F1B'

red 221 ◦ green 127 ◦ blue 27

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

Shades of Ochre #DD7F1B

Tints of Ochre #DD7F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.2%

R = 58.93%
G = 33.87%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD7F1B (or 0xDD7F1B) is known color: Ochre. HEX triplet: DD, 7F and 1B. RGB value is (221,127,27). Sum of RGB (Red+Green+Blue) = 221+127+27=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F1B is #2280E4. Grayscale: #909090. Windows color (decimal): -2261221 or 1802205. OLE color: 1802205.

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

Color convert

RGB 221 127 27 -
CMYK 0 0.43 0.88 0.13
HSL 30.93º 0.78% 0.49% -
HSV(B) 30.93º 0.88% 0.87% -
XYZ 37.61 30.63 4.97 -
YUV 143.71 62.14 183.13 -
System Red Green Blue C M Y K H S L
Decimal 221 127 27 0 0.43 0.88 0.13 30.93 0.78 0.49
Hex DD 7F 1B 0 2B 58 D 1F 4E 31
Octal 335 177 33 0 53 130 15 37 116 61
Binary 11011101 1111111 11011 0 101011 1011000 1101 11111 1001110 110001

Color Harmonies of #DD7F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F1B

Black with #DD7F1B

Text Example


Text Example

White with #DD7F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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