Html Css Color HEX #D07919 Ochre

📋 copy color: '#D07919'

red 208 ◦ green 121 ◦ blue 25

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

Shades of Ochre #D07919

Tints of Ochre #D07919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 25 (10.16% from 255) = 7.06%

R = 58.76%
G = 34.18%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D07919 (or 0xD07919) is known color: Ochre. HEX triplet: D0, 79 and 19. RGB value is (208,121,25). Sum of RGB (Red+Green+Blue) = 208+121+25=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D07919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07919 is #2F86E6. Grayscale: #888888. Windows color (decimal): -3114727 or 1669584. OLE color: 1669584.

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

Color convert

RGB 208 121 25 -
CMYK 0 0.42 0.88 0.18
HSL 31.48º 0.79% 0.46% -
HSV(B) 31.48º 0.88% 0.82% -
XYZ 33.03 27.15 4.42 -
YUV 136.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 208 121 25 0 0.42 0.88 0.18 31.48 0.79 0.46
Hex D0 79 19 0 2A 58 12 1F 4F 2E
Octal 320 171 31 0 52 130 22 37 117 56
Binary 11010000 1111001 11001 0 101010 1011000 10010 11111 1001111 101110

Color Harmonies of #D07919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07919

Black with #D07919

Text Example


Text Example

White with #D07919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07919; }

 p { color: rgb(208,121,25); }

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

background-color css

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

 a { background-color: rgb(208,121,25); }

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

border-color css

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

 span { border-color: rgb(208,121,25); }

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