Html Css Color HEX #D68513 Ochre

📋 copy color: '#D68513'

red 214 ◦ green 133 ◦ blue 19

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

Shades of Ochre #D68513

Tints of Ochre #D68513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 58.47%
G = 36.34%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D68513 (or 0xD68513) is known color: Ochre. HEX triplet: D6, 85 and 13. RGB value is (214,133,19). Sum of RGB (Red+Green+Blue) = 214+133+19=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D68513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68513 is #297AEC. Grayscale: #909090. Windows color (decimal): -2718445 or 1279446. OLE color: 1279446.

HSL color Cylindrical-coordinate representation of color #D68513: hue angle of 35.08º degrees, saturation: 0.84, 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 #D68513 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 19 -
CMYK 0 0.38 0.91 0.16
HSL 35.08º 0.84% 0.46% -
HSV(B) 35.08º 0.91% 0.84% -
XYZ 36.24 31.12 4.71 -
YUV 144.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 214 133 19 0 0.38 0.91 0.16 35.08 0.84 0.46
Hex D6 85 13 0 26 5B 10 23 54 2E
Octal 326 205 23 0 46 133 20 43 124 56
Binary 11010110 10000101 10011 0 100110 1011011 10000 100011 1010100 101110

Color Harmonies of #D68513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68513

Black with #D68513

Text Example


Text Example

White with #D68513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68513; }

 p { color: rgb(214,133,19); }

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

background-color css

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

 a { background-color: rgb(214,133,19); }

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

border-color css

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

 span { border-color: rgb(214,133,19); }

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