Html Css Color HEX #D0721D Ochre

📋 copy color: '#D0721D'

red 208 ◦ green 114 ◦ blue 29

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

Shades of Ochre #D0721D

Tints of Ochre #D0721D

RGB

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

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

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

R = 59.26%
G = 32.48%
B = 8.26%

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

#D0721D (or 0xD0721D) is known color: Ochre. HEX triplet: D0, 72 and 1D. RGB value is (208,114,29). Sum of RGB (Red+Green+Blue) = 208+114+29=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0721D is #2F8DE2. Grayscale: #848484. Windows color (decimal): -3116515 or 1929936. OLE color: 1929936.

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

Color convert

RGB 208 114 29 -
CMYK 0 0.45 0.86 0.18
HSL 28.49º 0.76% 0.46% -
HSV(B) 28.49º 0.86% 0.82% -
XYZ 32.25 25.53 4.39 -
YUV 132.42 69.64 181.91 -
System Red Green Blue C M Y K H S L
Decimal 208 114 29 0 0.45 0.86 0.18 28.49 0.76 0.46
Hex D0 72 1D 0 2D 56 12 1C 4C 2E
Octal 320 162 35 0 55 126 22 34 114 56
Binary 11010000 1110010 11101 0 101101 1010110 10010 11100 1001100 101110

Color Harmonies of #D0721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0721D

Black with #D0721D

Text Example


Text Example

White with #D0721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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