Html Css Color HEX #D68019 Ochre

📋 copy color: '#D68019'

red 214 ◦ green 128 ◦ blue 25

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

Shades of Ochre #D68019

Tints of Ochre #D68019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 58.31%
G = 34.88%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D68019 (or 0xD68019) is known color: Ochre. HEX triplet: D6, 80 and 19. RGB value is (214,128,25). Sum of RGB (Red+Green+Blue) = 214+128+25=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D68019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68019 is #297FE6. Grayscale: #8E8E8E. Windows color (decimal): -2719719 or 1671382. OLE color: 1671382.

HSL color Cylindrical-coordinate representation of color #D68019: hue angle of 32.7º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D68019 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 25 -
CMYK 0 0.40 0.88 0.16
HSL 32.7º 0.79% 0.47% -
HSV(B) 32.7º 0.88% 0.84% -
XYZ 35.63 29.8 4.79 -
YUV 141.97 61.99 179.38 -
System Red Green Blue C M Y K H S L
Decimal 214 128 25 0 0.40 0.88 0.16 32.7 0.79 0.47
Hex D6 80 19 0 28 58 10 21 4F 2F
Octal 326 200 31 0 50 130 20 41 117 57
Binary 11010110 10000000 11001 0 101000 1011000 10000 100001 1001111 101111

Color Harmonies of #D68019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68019

Black with #D68019

Text Example


Text Example

White with #D68019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68019; }

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

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

background-color css

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

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

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

border-color css

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

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

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