Html Css Color HEX #D67F13 Ochre

📋 copy color: '#D67F13'

red 214 ◦ green 127 ◦ blue 19

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

Shades of Ochre #D67F13

Tints of Ochre #D67F13

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

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

R = 59.44%
G = 35.28%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D67F13 (or 0xD67F13) is known color: Ochre. HEX triplet: D6, 7F and 13. RGB value is (214,127,19). Sum of RGB (Red+Green+Blue) = 214+127+19=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F13 is #2980EC. Grayscale: #8D8D8D. Windows color (decimal): -2719981 or 1277910. OLE color: 1277910.

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

Color convert

RGB 214 127 19 -
CMYK 0 0.41 0.91 0.16
HSL 33.23º 0.84% 0.46% -
HSV(B) 33.23º 0.91% 0.84% -
XYZ 35.44 29.52 4.45 -
YUV 140.7 59.32 180.28 -
System Red Green Blue C M Y K H S L
Decimal 214 127 19 0 0.41 0.91 0.16 33.23 0.84 0.46
Hex D6 7F 13 0 29 5B 10 21 54 2E
Octal 326 177 23 0 51 133 20 41 124 56
Binary 11010110 1111111 10011 0 101001 1011011 10000 100001 1010100 101110

Color Harmonies of #D67F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F13

Black with #D67F13

Text Example


Text Example

White with #D67F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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