Html Css Color HEX #D37714 Ochre

📋 copy color: '#D37714'

red 211 ◦ green 119 ◦ blue 20

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

Shades of Ochre #D37714

Tints of Ochre #D37714

RGB

 RED value IS 211 (82.81% from 255) = 60.29%

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 60.29%
G = 34%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D37714 (or 0xD37714) is known color: Ochre. HEX triplet: D3, 77 and 14. RGB value is (211,119,20). Sum of RGB (Red+Green+Blue) = 211+119+20=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D37714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37714 is #2C88EB. Grayscale: #878787. Windows color (decimal): -2918636 or 1341395. OLE color: 1341395.

HSL color Cylindrical-coordinate representation of color #D37714: hue angle of 31.1º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D37714 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 119 20 -
CMYK 0 0.44 0.91 0.17
HSL 31.1º 0.83% 0.45% -
HSV(B) 31.1º 0.91% 0.83% -
XYZ 33.59 27.09 4.12 -
YUV 135.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 211 119 20 0 0.44 0.91 0.17 31.1 0.83 0.45
Hex D3 77 14 0 2C 5B 11 1F 53 2D
Octal 323 167 24 0 54 133 21 37 123 55
Binary 11010011 1110111 10100 0 101100 1011011 10001 11111 1010011 101101

Color Harmonies of #D37714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37714

Black with #D37714

Text Example


Text Example

White with #D37714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37714; }

 p { color: rgb(211,119,20); }

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

background-color css

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

 a { background-color: rgb(211,119,20); }

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

border-color css

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

 span { border-color: rgb(211,119,20); }

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