Html Css Color HEX #D68218 Ochre

📋 copy color: '#D68218'

red 214 ◦ green 130 ◦ blue 24

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

Shades of Ochre #D68218

Tints of Ochre #D68218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 58.15%
G = 35.33%
B = 6.52%

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

#D68218 (or 0xD68218) is known color: Ochre. HEX triplet: D6, 82 and 18. RGB value is (214,130,24). Sum of RGB (Red+Green+Blue) = 214+130+24=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D68218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68218 is #297DE7. Grayscale: #8F8F8F. Windows color (decimal): -2719208 or 1606358. OLE color: 1606358.

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

Color convert

RGB 214 130 24 -
CMYK 0 0.39 0.89 0.16
HSL 33.47º 0.8% 0.47% -
HSV(B) 33.47º 0.89% 0.84% -
XYZ 35.88 30.33 4.83 -
YUV 143.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 214 130 24 0 0.39 0.89 0.16 33.47 0.8 0.47
Hex D6 82 18 0 27 59 10 21 50 2F
Octal 326 202 30 0 47 131 20 41 120 57
Binary 11010110 10000010 11000 0 100111 1011001 10000 100001 1010000 101111

Color Harmonies of #D68218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68218

Black with #D68218

Text Example


Text Example

White with #D68218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68218; }

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

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

background-color css

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

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

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

border-color css

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

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

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