Html Css Color HEX #D67F0F Ochre

📋 copy color: '#D67F0F'

red 214 ◦ green 127 ◦ blue 15

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

Shades of Ochre #D67F0F

Tints of Ochre #D67F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.21%

R = 60.11%
G = 35.67%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D67F0F (or 0xD67F0F) is known color: Ochre. HEX triplet: D6, 7F and 0F. RGB value is (214,127,15). Sum of RGB (Red+Green+Blue) = 214+127+15=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F0F is #2980F0. Grayscale: #8C8C8C. Windows color (decimal): -2719985 or 1015766. OLE color: 1015766.

HSL color Cylindrical-coordinate representation of color #D67F0F: hue angle of 33.77º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D67F0F is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 127 15 -
CMYK 0 0.41 0.93 0.16
HSL 33.77º 0.87% 0.45% -
HSV(B) 33.77º 0.93% 0.84% -
XYZ 35.41 29.51 4.28 -
YUV 140.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 214 127 15 0 0.41 0.93 0.16 33.77 0.87 0.45
Hex D6 7F F 0 29 5D 10 22 57 2D
Octal 326 177 17 0 51 135 20 42 127 55
Binary 11010110 1111111 1111 0 101001 1011101 10000 100010 1010111 101101

Color Harmonies of #D67F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F0F

Black with #D67F0F

Text Example


Text Example

White with #D67F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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