Html Css Color HEX #D68518 Ochre

📋 copy color: '#D68518'

red 214 ◦ green 133 ◦ blue 24

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

Shades of Ochre #D68518

Tints of Ochre #D68518

RGB

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

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

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

R = 57.68%
G = 35.85%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D68518 (or 0xD68518) is known color: Ochre. HEX triplet: D6, 85 and 18. RGB value is (214,133,24). Sum of RGB (Red+Green+Blue) = 214+133+24=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D68518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68518 is #297AE7. Grayscale: #919191. Windows color (decimal): -2718440 or 1607126. OLE color: 1607126.

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

Color convert

RGB 214 133 24 -
CMYK 0 0.38 0.89 0.16
HSL 34.42º 0.8% 0.47% -
HSV(B) 34.42º 0.89% 0.84% -
XYZ 36.28 31.14 4.96 -
YUV 144.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 214 133 24 0 0.38 0.89 0.16 34.42 0.8 0.47
Hex D6 85 18 0 26 59 10 22 50 2F
Octal 326 205 30 0 46 131 20 42 120 57
Binary 11010110 10000101 11000 0 100110 1011001 10000 100010 1010000 101111

Color Harmonies of #D68518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68518

Black with #D68518

Text Example


Text Example

White with #D68518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68518; }

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

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

background-color css

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

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

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

border-color css

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

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

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