Html Css Color HEX #D67825 Ochre

📋 copy color: '#D67825'

red 214 ◦ green 120 ◦ blue 37

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

Shades of Ochre #D67825

Tints of Ochre #D67825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 57.68%
G = 32.35%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D67825 (or 0xD67825) is known color: Ochre. HEX triplet: D6, 78 and 25. RGB value is (214,120,37). Sum of RGB (Red+Green+Blue) = 214+120+37=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D67825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67825 is #2987DA. Grayscale: #8B8B8B. Windows color (decimal): -2721755 or 2455766. OLE color: 2455766.

HSL color Cylindrical-coordinate representation of color #D67825: hue angle of 28.14º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D67825 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 37 -
CMYK 0 0.44 0.83 0.16
HSL 28.14º 0.71% 0.49% -
HSV(B) 28.14º 0.83% 0.84% -
XYZ 34.78 27.86 5.3 -
YUV 138.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 214 120 37 0 0.44 0.83 0.16 28.14 0.71 0.49
Hex D6 78 25 0 2C 53 10 1C 47 31
Octal 326 170 45 0 54 123 20 34 107 61
Binary 11010110 1111000 100101 0 101100 1010011 10000 11100 1000111 110001

Color Harmonies of #D67825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67825

Black with #D67825

Text Example


Text Example

White with #D67825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67825; }

 p { color: rgb(214,120,37); }

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

background-color css

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

 a { background-color: rgb(214,120,37); }

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

border-color css

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

 span { border-color: rgb(214,120,37); }

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