Html Css Color HEX #D68014 Ochre

📋 copy color: '#D68014'

red 214 ◦ green 128 ◦ blue 20

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

Shades of Ochre #D68014

Tints of Ochre #D68014

RGB

 RED value IS 214 (83.98% from 255) = 59.12%

 GREEN value IS 128 (50.39% from 255) = 35.36%

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

R = 59.12%
G = 35.36%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D68014 (or 0xD68014) is known color: Ochre. HEX triplet: D6, 80 and 14. RGB value is (214,128,20). Sum of RGB (Red+Green+Blue) = 214+128+20=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D68014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68014 is #297FEB. Grayscale: #8D8D8D. Windows color (decimal): -2719724 or 1343702. OLE color: 1343702.

HSL color Cylindrical-coordinate representation of color #D68014: hue angle of 33.4º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D68014 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 20 -
CMYK 0 0.40 0.91 0.16
HSL 33.4º 0.83% 0.46% -
HSV(B) 33.4º 0.91% 0.84% -
XYZ 35.58 29.78 4.54 -
YUV 141.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 214 128 20 0 0.40 0.91 0.16 33.4 0.83 0.46
Hex D6 80 14 0 28 5B 10 21 53 2E
Octal 326 200 24 0 50 133 20 41 123 56
Binary 11010110 10000000 10100 0 101000 1011011 10000 100001 1010011 101110

Color Harmonies of #D68014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68014

Black with #D68014

Text Example


Text Example

White with #D68014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68014; }

 p { color: rgb(214,128,20); }

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

background-color css

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

 a { background-color: rgb(214,128,20); }

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

border-color css

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

 span { border-color: rgb(214,128,20); }

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