Html Css Color HEX #D68619 Ochre

📋 copy color: '#D68619'

red 214 ◦ green 134 ◦ blue 25

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

Shades of Ochre #D68619

Tints of Ochre #D68619

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

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

R = 57.37%
G = 35.92%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D68619 (or 0xD68619) is known color: Ochre. HEX triplet: D6, 86 and 19. RGB value is (214,134,25). Sum of RGB (Red+Green+Blue) = 214+134+25=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D68619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68619 is #2979E6. Grayscale: #929292. Windows color (decimal): -2718183 or 1672918. OLE color: 1672918.

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

Color convert

RGB 214 134 25 -
CMYK 0 0.37 0.88 0.16
HSL 34.6º 0.79% 0.47% -
HSV(B) 34.6º 0.88% 0.84% -
XYZ 36.43 31.42 5.06 -
YUV 145.49 60 176.86 -
System Red Green Blue C M Y K H S L
Decimal 214 134 25 0 0.37 0.88 0.16 34.6 0.79 0.47
Hex D6 86 19 0 25 58 10 23 4F 2F
Octal 326 206 31 0 45 130 20 43 117 57
Binary 11010110 10000110 11001 0 100101 1011000 10000 100011 1001111 101111

Color Harmonies of #D68619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68619

Black with #D68619

Text Example


Text Example

White with #D68619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68619; }

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

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

background-color css

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

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

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

border-color css

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

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

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