Html Css Color HEX #D68618 Ochre

📋 copy color: '#D68618'

red 214 ◦ green 134 ◦ blue 24

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

Shades of Ochre #D68618

Tints of Ochre #D68618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 57.53%
G = 36.02%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D68618 (or 0xD68618) is known color: Ochre. HEX triplet: D6, 86 and 18. RGB value is (214,134,24). Sum of RGB (Red+Green+Blue) = 214+134+24=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D68618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68618 is #2979E7. Grayscale: #919191. Windows color (decimal): -2718184 or 1607382. OLE color: 1607382.

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

Color convert

RGB 214 134 24 -
CMYK 0 0.37 0.89 0.16
HSL 34.74º 0.8% 0.47% -
HSV(B) 34.74º 0.89% 0.84% -
XYZ 36.42 31.41 5.01 -
YUV 145.38 59.5 176.94 -
System Red Green Blue C M Y K H S L
Decimal 214 134 24 0 0.37 0.89 0.16 34.74 0.8 0.47
Hex D6 86 18 0 25 59 10 23 50 2F
Octal 326 206 30 0 45 131 20 43 120 57
Binary 11010110 10000110 11000 0 100101 1011001 10000 100011 1010000 101111

Color Harmonies of #D68618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68618

Black with #D68618

Text Example


Text Example

White with #D68618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68618; }

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

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

background-color css

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

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

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

border-color css

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

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

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