Html Css Color HEX #D67814 Ochre

📋 copy color: '#D67814'

red 214 ◦ green 120 ◦ blue 20

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

Shades of Ochre #D67814

Tints of Ochre #D67814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.9%

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

R = 60.45%
G = 33.9%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D67814 (or 0xD67814) is known color: Ochre. HEX triplet: D6, 78 and 14. RGB value is (214,120,20). Sum of RGB (Red+Green+Blue) = 214+120+20=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D67814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67814 is #2987EB. Grayscale: #898989. Windows color (decimal): -2721772 or 1341654. OLE color: 1341654.

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

Color convert

RGB 214 120 20 -
CMYK 0 0.44 0.91 0.16
HSL 30.93º 0.83% 0.46% -
HSV(B) 30.93º 0.91% 0.84% -
XYZ 34.57 27.78 4.2 -
YUV 136.71 62.14 183.13 -
System Red Green Blue C M Y K H S L
Decimal 214 120 20 0 0.44 0.91 0.16 30.93 0.83 0.46
Hex D6 78 14 0 2C 5B 10 1F 53 2E
Octal 326 170 24 0 54 133 20 37 123 56
Binary 11010110 1111000 10100 0 101100 1011011 10000 11111 1010011 101110

Color Harmonies of #D67814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67814

Black with #D67814

Text Example


Text Example

White with #D67814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67814; }

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

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

background-color css

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

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

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

border-color css

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

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

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