Html Css Color HEX #D68210 Ochre

📋 copy color: '#D68210'

red 214 ◦ green 130 ◦ blue 16

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

Shades of Ochre #D68210

Tints of Ochre #D68210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.11%

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

R = 59.44%
G = 36.11%
B = 4.44%

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

#D68210 (or 0xD68210) is known color: Ochre. HEX triplet: D6, 82 and 10. RGB value is (214,130,16). Sum of RGB (Red+Green+Blue) = 214+130+16=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D68210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68210 is #297DEF. Grayscale: #8E8E8E. Windows color (decimal): -2719216 or 1082070. OLE color: 1082070.

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

Color convert

RGB 214 130 16 -
CMYK 0 0.39 0.93 0.16
HSL 34.55º 0.86% 0.45% -
HSV(B) 34.55º 0.93% 0.84% -
XYZ 35.81 30.3 4.45 -
YUV 142.12 56.83 179.27 -
System Red Green Blue C M Y K H S L
Decimal 214 130 16 0 0.39 0.93 0.16 34.55 0.86 0.45
Hex D6 82 10 0 27 5D 10 23 56 2D
Octal 326 202 20 0 47 135 20 43 126 55
Binary 11010110 10000010 10000 0 100111 1011101 10000 100011 1010110 101101

Color Harmonies of #D68210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68210

Black with #D68210

Text Example


Text Example

White with #D68210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68210; }

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

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

background-color css

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

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

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

border-color css

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

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

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