Html Css Color HEX #D68111 Ochre

📋 copy color: '#D68111'

red 214 ◦ green 129 ◦ blue 17

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

Shades of Ochre #D68111

Tints of Ochre #D68111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

 BLUE value IS 17 (7.03% from 255) = 4.72%

R = 59.44%
G = 35.83%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D68111 (or 0xD68111) is known color: Ochre. HEX triplet: D6, 81 and 11. RGB value is (214,129,17). Sum of RGB (Red+Green+Blue) = 214+129+17=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D68111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68111 is #297EEE. Grayscale: #8E8E8E. Windows color (decimal): -2719471 or 1147350. OLE color: 1147350.

HSL color Cylindrical-coordinate representation of color #D68111: hue angle of 34.11º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D68111 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 17 -
CMYK 0 0.40 0.92 0.16
HSL 34.11º 0.85% 0.45% -
HSV(B) 34.11º 0.92% 0.84% -
XYZ 35.68 30.04 4.45 -
YUV 141.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 214 129 17 0 0.40 0.92 0.16 34.11 0.85 0.45
Hex D6 81 11 0 28 5C 10 22 55 2D
Octal 326 201 21 0 50 134 20 42 125 55
Binary 11010110 10000001 10001 0 101000 1011100 10000 100010 1010101 101101

Color Harmonies of #D68111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68111

Black with #D68111

Text Example


Text Example

White with #D68111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68111; }

 p { color: rgb(214,129,17); }

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

background-color css

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

 a { background-color: rgb(214,129,17); }

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

border-color css

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

 span { border-color: rgb(214,129,17); }

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