Html Css Color HEX #D0751C Ochre

📋 copy color: '#D0751C'

red 208 ◦ green 117 ◦ blue 28

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

Shades of Ochre #D0751C

Tints of Ochre #D0751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 58.92%
G = 33.14%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0751C (or 0xD0751C) is known color: Ochre. HEX triplet: D0, 75 and 1C. RGB value is (208,117,28). Sum of RGB (Red+Green+Blue) = 208+117+28=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0751C is #2F8AE3. Grayscale: #868686. Windows color (decimal): -3115748 or 1865168. OLE color: 1865168.

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

Color convert

RGB 208 117 28 -
CMYK 0 0.44 0.87 0.18
HSL 29.67º 0.76% 0.46% -
HSV(B) 29.67º 0.87% 0.82% -
XYZ 32.58 26.22 4.44 -
YUV 134.06 68.15 180.74 -
System Red Green Blue C M Y K H S L
Decimal 208 117 28 0 0.44 0.87 0.18 29.67 0.76 0.46
Hex D0 75 1C 0 2C 57 12 1E 4C 2E
Octal 320 165 34 0 54 127 22 36 114 56
Binary 11010000 1110101 11100 0 101100 1010111 10010 11110 1001100 101110

Color Harmonies of #D0751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0751C

Black with #D0751C

Text Example


Text Example

White with #D0751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0751C; }

 p { color: rgb(208,117,28); }

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

background-color css

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

 a { background-color: rgb(208,117,28); }

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

border-color css

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

 span { border-color: rgb(208,117,28); }

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