Html Css Color HEX #D67D13 Ochre

📋 copy color: '#D67D13'

red 214 ◦ green 125 ◦ blue 19

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

Shades of Ochre #D67D13

Tints of Ochre #D67D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

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

R = 59.78%
G = 34.92%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D67D13 (or 0xD67D13) is known color: Ochre. HEX triplet: D6, 7D and 13. RGB value is (214,125,19). Sum of RGB (Red+Green+Blue) = 214+125+19=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67D13 is #2982EC. Grayscale: #8C8C8C. Windows color (decimal): -2720493 or 1277398. OLE color: 1277398.

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

Color convert

RGB 214 125 19 -
CMYK 0 0.42 0.91 0.16
HSL 32.62º 0.84% 0.46% -
HSV(B) 32.62º 0.91% 0.84% -
XYZ 35.18 29.01 4.36 -
YUV 139.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 214 125 19 0 0.42 0.91 0.16 32.62 0.84 0.46
Hex D6 7D 13 0 2A 5B 10 21 54 2E
Octal 326 175 23 0 52 133 20 41 124 56
Binary 11010110 1111101 10011 0 101010 1011011 10000 100001 1010100 101110

Color Harmonies of #D67D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D13

Black with #D67D13

Text Example


Text Example

White with #D67D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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