Html Css Color HEX #D68310 Ochre

📋 copy color: '#D68310'

red 214 ◦ green 131 ◦ blue 16

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

Shades of Ochre #D68310

Tints of Ochre #D68310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 59.28%
G = 36.29%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D68310 (or 0xD68310) is known color: Ochre. HEX triplet: D6, 83 and 10. RGB value is (214,131,16). Sum of RGB (Red+Green+Blue) = 214+131+16=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D68310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68310 is #297CEF. Grayscale: #8F8F8F. Windows color (decimal): -2718960 or 1082326. OLE color: 1082326.

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

Color convert

RGB 214 131 16 -
CMYK 0 0.39 0.93 0.16
HSL 34.85º 0.86% 0.45% -
HSV(B) 34.85º 0.93% 0.84% -
XYZ 35.94 30.57 4.5 -
YUV 142.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 214 131 16 0 0.39 0.93 0.16 34.85 0.86 0.45
Hex D6 83 10 0 27 5D 10 23 56 2D
Octal 326 203 20 0 47 135 20 43 126 55
Binary 11010110 10000011 10000 0 100111 1011101 10000 100011 1010110 101101

Color Harmonies of #D68310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68310

Black with #D68310

Text Example


Text Example

White with #D68310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68310; }

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

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

background-color css

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

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

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

border-color css

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

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

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