Html Css Color HEX #D07D14 Ochre

📋 copy color: '#D07D14'

red 208 ◦ green 125 ◦ blue 20

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

Shades of Ochre #D07D14

Tints of Ochre #D07D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.67%

R = 58.92%
G = 35.41%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D07D14 (or 0xD07D14) is known color: Ochre. HEX triplet: D0, 7D and 14. RGB value is (208,125,20). Sum of RGB (Red+Green+Blue) = 208+125+20=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07D14 is #2F82EB. Grayscale: #8A8A8A. Windows color (decimal): -3113708 or 1342928. OLE color: 1342928.

HSL color Cylindrical-coordinate representation of color #D07D14: hue angle of 33.51º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D07D14 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 20 -
CMYK 0 0.40 0.90 0.18
HSL 33.51º 0.82% 0.45% -
HSV(B) 33.51º 0.9% 0.82% -
XYZ 33.47 28.13 4.33 -
YUV 137.85 61.5 178.04 -
System Red Green Blue C M Y K H S L
Decimal 208 125 20 0 0.40 0.90 0.18 33.51 0.82 0.45
Hex D0 7D 14 0 28 5A 12 22 52 2D
Octal 320 175 24 0 50 132 22 42 122 55
Binary 11010000 1111101 10100 0 101000 1011010 10010 100010 1010010 101101

Color Harmonies of #D07D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D14

Black with #D07D14

Text Example


Text Example

White with #D07D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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