Html Css Color HEX #D68515 Ochre

📋 copy color: '#D68515'

red 214 ◦ green 133 ◦ blue 21

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

Shades of Ochre #D68515

Tints of Ochre #D68515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 58.15%
G = 36.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D68515 (or 0xD68515) is known color: Ochre. HEX triplet: D6, 85 and 15. RGB value is (214,133,21). Sum of RGB (Red+Green+Blue) = 214+133+21=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D68515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68515 is #297AEA. Grayscale: #909090. Windows color (decimal): -2718443 or 1410518. OLE color: 1410518.

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

Color convert

RGB 214 133 21 -
CMYK 0 0.38 0.90 0.16
HSL 34.82º 0.82% 0.46% -
HSV(B) 34.82º 0.9% 0.84% -
XYZ 36.25 31.13 4.81 -
YUV 144.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 214 133 21 0 0.38 0.90 0.16 34.82 0.82 0.46
Hex D6 85 15 0 26 5A 10 23 52 2E
Octal 326 205 25 0 46 132 20 43 122 56
Binary 11010110 10000101 10101 0 100110 1011010 10000 100011 1010010 101110

Color Harmonies of #D68515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68515

Black with #D68515

Text Example


Text Example

White with #D68515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68515; }

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

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

background-color css

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

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

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

border-color css

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

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

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