Html Css Color HEX #D0721E Ochre

📋 copy color: '#D0721E'

red 208 ◦ green 114 ◦ blue 30

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

Shades of Ochre #D0721E

Tints of Ochre #D0721E

RGB

 RED value IS 208 (81.64% from 255) = 59.09%

 GREEN value IS 114 (44.92% from 255) = 32.39%

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

R = 59.09%
G = 32.39%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0721E (or 0xD0721E) is known color: Ochre. HEX triplet: D0, 72 and 1E. RGB value is (208,114,30). Sum of RGB (Red+Green+Blue) = 208+114+30=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0721E is #2F8DE1. Grayscale: #848484. Windows color (decimal): -3116514 or 1995472. OLE color: 1995472.

HSL color Cylindrical-coordinate representation of color #D0721E: hue angle of 28.31º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0721E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 30 -
CMYK 0 0.45 0.86 0.18
HSL 28.31º 0.75% 0.47% -
HSV(B) 28.31º 0.86% 0.82% -
XYZ 32.26 25.54 4.46 -
YUV 132.53 70.14 181.83 -
System Red Green Blue C M Y K H S L
Decimal 208 114 30 0 0.45 0.86 0.18 28.31 0.75 0.47
Hex D0 72 1E 0 2D 56 12 1C 4B 2F
Octal 320 162 36 0 55 126 22 34 113 57
Binary 11010000 1110010 11110 0 101101 1010110 10010 11100 1001011 101111

Color Harmonies of #D0721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0721E

Black with #D0721E

Text Example


Text Example

White with #D0721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0721E; }

 p { color: rgb(208,114,30); }

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

background-color css

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

 a { background-color: rgb(208,114,30); }

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

border-color css

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

 span { border-color: rgb(208,114,30); }

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