Html Css Color HEX #D68018 Ochre

📋 copy color: '#D68018'

red 214 ◦ green 128 ◦ blue 24

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

Shades of Ochre #D68018

Tints of Ochre #D68018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 58.47%
G = 34.97%
B = 6.56%

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

#D68018 (or 0xD68018) is known color: Ochre. HEX triplet: D6, 80 and 18. RGB value is (214,128,24). Sum of RGB (Red+Green+Blue) = 214+128+24=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D68018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68018 is #297FE7. Grayscale: #8E8E8E. Windows color (decimal): -2719720 or 1605846. OLE color: 1605846.

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

Color convert

RGB 214 128 24 -
CMYK 0 0.40 0.89 0.16
HSL 32.84º 0.8% 0.47% -
HSV(B) 32.84º 0.89% 0.84% -
XYZ 35.62 29.8 4.74 -
YUV 141.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 214 128 24 0 0.40 0.89 0.16 32.84 0.8 0.47
Hex D6 80 18 0 28 59 10 21 50 2F
Octal 326 200 30 0 50 131 20 41 120 57
Binary 11010110 10000000 11000 0 101000 1011001 10000 100001 1010000 101111

Color Harmonies of #D68018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68018

Black with #D68018

Text Example


Text Example

White with #D68018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68018; }

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

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

background-color css

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

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

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

border-color css

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

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

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