Html Css Color HEX #D68219 Ochre

📋 copy color: '#D68219'

red 214 ◦ green 130 ◦ blue 25

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

Shades of Ochre #D68219

Tints of Ochre #D68219

RGB

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

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

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

R = 57.99%
G = 35.23%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D68219 (or 0xD68219) is known color: Ochre. HEX triplet: D6, 82 and 19. RGB value is (214,130,25). Sum of RGB (Red+Green+Blue) = 214+130+25=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D68219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68219 is #297DE6. Grayscale: #8F8F8F. Windows color (decimal): -2719207 or 1671894. OLE color: 1671894.

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

Color convert

RGB 214 130 25 -
CMYK 0 0.39 0.88 0.16
HSL 33.33º 0.79% 0.47% -
HSV(B) 33.33º 0.88% 0.84% -
XYZ 35.89 30.33 4.88 -
YUV 143.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 214 130 25 0 0.39 0.88 0.16 33.33 0.79 0.47
Hex D6 82 19 0 27 58 10 21 4F 2F
Octal 326 202 31 0 47 130 20 41 117 57
Binary 11010110 10000010 11001 0 100111 1011000 10000 100001 1001111 101111

Color Harmonies of #D68219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68219

Black with #D68219

Text Example


Text Example

White with #D68219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68219; }

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

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

background-color css

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

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

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

border-color css

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

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

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