Html Css Color HEX #D68215 Ochre

📋 copy color: '#D68215'

red 214 ◦ green 130 ◦ blue 21

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

Shades of Ochre #D68215

Tints of Ochre #D68215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.75%

R = 58.63%
G = 35.62%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D68215 (or 0xD68215) is known color: Ochre. HEX triplet: D6, 82 and 15. RGB value is (214,130,21). Sum of RGB (Red+Green+Blue) = 214+130+21=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D68215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68215 is #297DEA. Grayscale: #8F8F8F. Windows color (decimal): -2719211 or 1409750. OLE color: 1409750.

HSL color Cylindrical-coordinate representation of color #D68215: hue angle of 33.89º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D68215 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 21 -
CMYK 0 0.39 0.90 0.16
HSL 33.89º 0.82% 0.46% -
HSV(B) 33.89º 0.9% 0.84% -
XYZ 35.85 30.32 4.67 -
YUV 142.69 59.33 178.86 -
System Red Green Blue C M Y K H S L
Decimal 214 130 21 0 0.39 0.90 0.16 33.89 0.82 0.46
Hex D6 82 15 0 27 5A 10 22 52 2E
Octal 326 202 25 0 47 132 20 42 122 56
Binary 11010110 10000010 10101 0 100111 1011010 10000 100010 1010010 101110

Color Harmonies of #D68215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68215

Black with #D68215

Text Example


Text Example

White with #D68215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68215; }

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

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

background-color css

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

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

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

border-color css

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

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

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