Html Css Color HEX #D07D1E Ochre

📋 copy color: '#D07D1E'

red 208 ◦ green 125 ◦ blue 30

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

Shades of Ochre #D07D1E

Tints of Ochre #D07D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

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

R = 57.3%
G = 34.44%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D07D1E (or 0xD07D1E) is known color: Ochre. HEX triplet: D0, 7D and 1E. RGB value is (208,125,30). Sum of RGB (Red+Green+Blue) = 208+125+30=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D1E is #2F82E1. Grayscale: #8B8B8B. Windows color (decimal): -3113698 or 1998288. OLE color: 1998288.

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

Color convert

RGB 208 125 30 -
CMYK 0 0.40 0.86 0.18
HSL 32.02º 0.75% 0.47% -
HSV(B) 32.02º 0.86% 0.82% -
XYZ 33.58 28.17 4.9 -
YUV 138.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 208 125 30 0 0.40 0.86 0.18 32.02 0.75 0.47
Hex D0 7D 1E 0 28 56 12 20 4B 2F
Octal 320 175 36 0 50 126 22 40 113 57
Binary 11010000 1111101 11110 0 101000 1010110 10010 100000 1001011 101111

Color Harmonies of #D07D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D1E

Black with #D07D1E

Text Example


Text Example

White with #D07D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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