Html Css Color HEX #D0741E Ochre

📋 copy color: '#D0741E'

red 208 ◦ green 116 ◦ blue 30

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

Shades of Ochre #D0741E

Tints of Ochre #D0741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 58.76%
G = 32.77%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0741E (or 0xD0741E) is known color: Ochre. HEX triplet: D0, 74 and 1E. RGB value is (208,116,30). Sum of RGB (Red+Green+Blue) = 208+116+30=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0741E is #2F8BE1. Grayscale: #868686. Windows color (decimal): -3116002 or 1995984. OLE color: 1995984.

HSL color Cylindrical-coordinate representation of color #D0741E: hue angle of 28.99º 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 #D0741E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 30 -
CMYK 0 0.44 0.86 0.18
HSL 28.99º 0.75% 0.47% -
HSV(B) 28.99º 0.86% 0.82% -
XYZ 32.49 25.99 4.53 -
YUV 133.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 208 116 30 0 0.44 0.86 0.18 28.99 0.75 0.47
Hex D0 74 1E 0 2C 56 12 1D 4B 2F
Octal 320 164 36 0 54 126 22 35 113 57
Binary 11010000 1110100 11110 0 101100 1010110 10010 11101 1001011 101111

Color Harmonies of #D0741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0741E

Black with #D0741E

Text Example


Text Example

White with #D0741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0741E; }

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

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

background-color css

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

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

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

border-color css

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

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

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