Html Css Color HEX #D67F25 Ochre

📋 copy color: '#D67F25'

red 214 ◦ green 127 ◦ blue 37

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

Shades of Ochre #D67F25

Tints of Ochre #D67F25

RGB

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

 GREEN value IS 127 (50% from 255) = 33.6%

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

R = 56.61%
G = 33.6%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D67F25 (or 0xD67F25) is known color: Ochre. HEX triplet: D6, 7F and 25. RGB value is (214,127,37). Sum of RGB (Red+Green+Blue) = 214+127+37=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F25 is #2980DA. Grayscale: #8F8F8F. Windows color (decimal): -2719963 or 2457558. OLE color: 2457558.

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

Color convert

RGB 214 127 37 -
CMYK 0 0.41 0.83 0.16
HSL 30.51º 0.71% 0.49% -
HSV(B) 30.51º 0.83% 0.84% -
XYZ 35.65 29.61 5.59 -
YUV 142.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 214 127 37 0 0.41 0.83 0.16 30.51 0.71 0.49
Hex D6 7F 25 0 29 53 10 1F 47 31
Octal 326 177 45 0 51 123 20 37 107 61
Binary 11010110 1111111 100101 0 101001 1010011 10000 11111 1000111 110001

Color Harmonies of #D67F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F25

Black with #D67F25

Text Example


Text Example

White with #D67F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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