Html Css Color HEX #D67710 Ochre

📋 copy color: '#D67710'

red 214 ◦ green 119 ◦ blue 16

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

Shades of Ochre #D67710

Tints of Ochre #D67710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 61.32%
G = 34.1%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D67710 (or 0xD67710) is known color: Ochre. HEX triplet: D6, 77 and 10. RGB value is (214,119,16). Sum of RGB (Red+Green+Blue) = 214+119+16=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67710 is #2988EF. Grayscale: #888888. Windows color (decimal): -2722032 or 1079254. OLE color: 1079254.

HSL color Cylindrical-coordinate representation of color #D67710: hue angle of 31.21º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D67710 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 16 -
CMYK 0 0.44 0.93 0.16
HSL 31.21º 0.86% 0.45% -
HSV(B) 31.21º 0.93% 0.84% -
XYZ 34.42 27.53 3.99 -
YUV 135.66 60.47 183.88 -
System Red Green Blue C M Y K H S L
Decimal 214 119 16 0 0.44 0.93 0.16 31.21 0.86 0.45
Hex D6 77 10 0 2C 5D 10 1F 56 2D
Octal 326 167 20 0 54 135 20 37 126 55
Binary 11010110 1110111 10000 0 101100 1011101 10000 11111 1010110 101101

Color Harmonies of #D67710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67710

Black with #D67710

Text Example


Text Example

White with #D67710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67710; }

 p { color: rgb(214,119,16); }

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

background-color css

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

 a { background-color: rgb(214,119,16); }

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

border-color css

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

 span { border-color: rgb(214,119,16); }

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