Html Css Color HEX #D67D1F Ochre

📋 copy color: '#D67D1F'

red 214 ◦ green 125 ◦ blue 31

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

Shades of Ochre #D67D1F

Tints of Ochre #D67D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.78%

 BLUE value IS 31 (12.5% from 255) = 8.38%

R = 57.84%
G = 33.78%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D67D1F (or 0xD67D1F) is known color: Ochre. HEX triplet: D6, 7D and 1F. RGB value is (214,125,31). Sum of RGB (Red+Green+Blue) = 214+125+31=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67D1F is #2982E0. Grayscale: #8D8D8D. Windows color (decimal): -2720481 or 2063830. OLE color: 2063830.

HSL color Cylindrical-coordinate representation of color #D67D1F: hue angle of 30.82º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D67D1F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 31 -
CMYK 0 0.42 0.86 0.16
HSL 30.82º 0.75% 0.48% -
HSV(B) 30.82º 0.86% 0.84% -
XYZ 35.31 29.06 5.04 -
YUV 140.9 65.99 180.14 -
System Red Green Blue C M Y K H S L
Decimal 214 125 31 0 0.42 0.86 0.16 30.82 0.75 0.48
Hex D6 7D 1F 0 2A 56 10 1F 4B 30
Octal 326 175 37 0 52 126 20 37 113 60
Binary 11010110 1111101 11111 0 101010 1010110 10000 11111 1001011 110000

Color Harmonies of #D67D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D1F

Black with #D67D1F

Text Example


Text Example

White with #D67D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D1F; }

 p { color: rgb(214,125,31); }

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

background-color css

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

 a { background-color: rgb(214,125,31); }

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

border-color css

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

 span { border-color: rgb(214,125,31); }

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