Html Css Color HEX #D68118 Ochre

📋 copy color: '#D68118'

red 214 ◦ green 129 ◦ blue 24

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

Shades of Ochre #D68118

Tints of Ochre #D68118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.54%

R = 58.31%
G = 35.15%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D68118 (or 0xD68118) is known color: Ochre. HEX triplet: D6, 81 and 18. RGB value is (214,129,24). Sum of RGB (Red+Green+Blue) = 214+129+24=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D68118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68118 is #297EE7. Grayscale: #8E8E8E. Windows color (decimal): -2719464 or 1606102. OLE color: 1606102.

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

Color convert

RGB 214 129 24 -
CMYK 0 0.40 0.89 0.16
HSL 33.16º 0.8% 0.47% -
HSV(B) 33.16º 0.89% 0.84% -
XYZ 35.75 30.06 4.78 -
YUV 142.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 214 129 24 0 0.40 0.89 0.16 33.16 0.8 0.47
Hex D6 81 18 0 28 59 10 21 50 2F
Octal 326 201 30 0 50 131 20 41 120 57
Binary 11010110 10000001 11000 0 101000 1011001 10000 100001 1010000 101111

Color Harmonies of #D68118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68118

Black with #D68118

Text Example


Text Example

White with #D68118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68118; }

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

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

background-color css

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

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

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

border-color css

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

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

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