Html Css Color HEX #D68715 Ochre

📋 copy color: '#D68715'

red 214 ◦ green 135 ◦ blue 21

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

Shades of Ochre #D68715

Tints of Ochre #D68715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 57.84%
G = 36.49%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D68715 (or 0xD68715) is known color: Ochre. HEX triplet: D6, 87 and 15. RGB value is (214,135,21). Sum of RGB (Red+Green+Blue) = 214+135+21=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D68715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68715 is #2978EA. Grayscale: #929292. Windows color (decimal): -2717931 or 1411030. OLE color: 1411030.

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

Color convert

RGB 214 135 21 -
CMYK 0 0.37 0.90 0.16
HSL 35.44º 0.82% 0.46% -
HSV(B) 35.44º 0.9% 0.84% -
XYZ 36.53 31.68 4.9 -
YUV 145.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 214 135 21 0 0.37 0.90 0.16 35.44 0.82 0.46
Hex D6 87 15 0 25 5A 10 23 52 2E
Octal 326 207 25 0 45 132 20 43 122 56
Binary 11010110 10000111 10101 0 100101 1011010 10000 100011 1010010 101110

Color Harmonies of #D68715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68715

Black with #D68715

Text Example


Text Example

White with #D68715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68715; }

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

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

background-color css

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

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

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

border-color css

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

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

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