Html Css Color HEX #D68318 Ochre

📋 copy color: '#D68318'

red 214 ◦ green 131 ◦ blue 24

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

Shades of Ochre #D68318

Tints of Ochre #D68318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 57.99%
G = 35.5%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D68318 (or 0xD68318) is known color: Ochre. HEX triplet: D6, 83 and 18. RGB value is (214,131,24). Sum of RGB (Red+Green+Blue) = 214+131+24=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D68318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68318 is #297CE7. Grayscale: #909090. Windows color (decimal): -2718952 or 1606614. OLE color: 1606614.

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

Color convert

RGB 214 131 24 -
CMYK 0 0.39 0.89 0.16
HSL 33.79º 0.8% 0.47% -
HSV(B) 33.79º 0.89% 0.84% -
XYZ 36.01 30.59 4.87 -
YUV 143.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 214 131 24 0 0.39 0.89 0.16 33.79 0.8 0.47
Hex D6 83 18 0 27 59 10 22 50 2F
Octal 326 203 30 0 47 131 20 42 120 57
Binary 11010110 10000011 11000 0 100111 1011001 10000 100010 1010000 101111

Color Harmonies of #D68318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68318

Black with #D68318

Text Example


Text Example

White with #D68318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68318; }

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

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

background-color css

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

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

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

border-color css

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

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

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