Html Css Color HEX #D07F19 Ochre

📋 copy color: '#D07F19'

red 208 ◦ green 127 ◦ blue 25

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

Shades of Ochre #D07F19

Tints of Ochre #D07F19

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

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

R = 57.78%
G = 35.28%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D07F19 (or 0xD07F19) is known color: Ochre. HEX triplet: D0, 7F and 19. RGB value is (208,127,25). Sum of RGB (Red+Green+Blue) = 208+127+25=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F19 is #2F80E6. Grayscale: #8C8C8C. Windows color (decimal): -3113191 or 1671120. OLE color: 1671120.

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

Color convert

RGB 208 127 25 -
CMYK 0 0.39 0.88 0.18
HSL 33.44º 0.79% 0.46% -
HSV(B) 33.44º 0.88% 0.82% -
XYZ 33.78 28.66 4.67 -
YUV 139.59 63.34 176.79 -
System Red Green Blue C M Y K H S L
Decimal 208 127 25 0 0.39 0.88 0.18 33.44 0.79 0.46
Hex D0 7F 19 0 27 58 12 21 4F 2E
Octal 320 177 31 0 47 130 22 41 117 56
Binary 11010000 1111111 11001 0 100111 1011000 10010 100001 1001111 101110

Color Harmonies of #D07F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F19

Black with #D07F19

Text Example


Text Example

White with #D07F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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