Html Css Color HEX #D67513 Ochre

📋 copy color: '#D67513'

red 214 ◦ green 117 ◦ blue 19

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

Shades of Ochre #D67513

Tints of Ochre #D67513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

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

R = 61.14%
G = 33.43%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D67513 (or 0xD67513) is known color: Ochre. HEX triplet: D6, 75 and 13. RGB value is (214,117,19). Sum of RGB (Red+Green+Blue) = 214+117+19=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D67513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67513 is #298AEC. Grayscale: #878787. Windows color (decimal): -2722541 or 1275350. OLE color: 1275350.

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

Color convert

RGB 214 117 19 -
CMYK 0 0.45 0.91 0.16
HSL 30.15º 0.84% 0.46% -
HSV(B) 30.15º 0.91% 0.84% -
XYZ 34.21 27.07 4.04 -
YUV 134.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 214 117 19 0 0.45 0.91 0.16 30.15 0.84 0.46
Hex D6 75 13 0 2D 5B 10 1E 54 2E
Octal 326 165 23 0 55 133 20 36 124 56
Binary 11010110 1110101 10011 0 101101 1011011 10000 11110 1010100 101110

Color Harmonies of #D67513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67513

Black with #D67513

Text Example


Text Example

White with #D67513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67513; }

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

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

background-color css

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

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

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

border-color css

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

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

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