Html Css Color HEX #D47714 Ochre

📋 copy color: '#D47714'

red 212 ◦ green 119 ◦ blue 20

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

Shades of Ochre #D47714

Tints of Ochre #D47714

RGB

 RED value IS 212 (83.2% from 255) = 60.4%

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

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

R = 60.4%
G = 33.9%
B = 5.7%

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

#D47714 (or 0xD47714) is known color: Ochre. HEX triplet: D4, 77 and 14. RGB value is (212,119,20). Sum of RGB (Red+Green+Blue) = 212+119+20=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D47714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47714 is #2B88EB. Grayscale: #888888. Windows color (decimal): -2853100 or 1341396. OLE color: 1341396.

HSL color Cylindrical-coordinate representation of color #D47714: hue angle of 30.94º 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 #D47714 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 20 -
CMYK 0 0.44 0.91 0.17
HSL 30.94º 0.83% 0.45% -
HSV(B) 30.94º 0.91% 0.83% -
XYZ 33.87 27.24 4.13 -
YUV 135.52 62.81 182.55 -
System Red Green Blue C M Y K H S L
Decimal 212 119 20 0 0.44 0.91 0.17 30.94 0.83 0.45
Hex D4 77 14 0 2C 5B 11 1F 53 2D
Octal 324 167 24 0 54 133 21 37 123 55
Binary 11010100 1110111 10100 0 101100 1011011 10001 11111 1010011 101101

Color Harmonies of #D47714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47714

Black with #D47714

Text Example


Text Example

White with #D47714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47714; }

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

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

background-color css

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

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

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

border-color css

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

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

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