Html Css Color HEX #D67F26 Ochre

📋 copy color: '#D67F26'

red 214 ◦ green 127 ◦ blue 38

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

Shades of Ochre #D67F26

Tints of Ochre #D67F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.03%

R = 56.46%
G = 33.51%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D67F26 (or 0xD67F26) is known color: Ochre. HEX triplet: D6, 7F and 26. RGB value is (214,127,38). Sum of RGB (Red+Green+Blue) = 214+127+38=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F26 is #2980D9. Grayscale: #8F8F8F. Windows color (decimal): -2719962 or 2523094. OLE color: 2523094.

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

Color convert

RGB 214 127 38 -
CMYK 0 0.41 0.82 0.16
HSL 30.34º 0.7% 0.49% -
HSV(B) 30.34º 0.82% 0.84% -
XYZ 35.67 29.61 5.67 -
YUV 142.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 214 127 38 0 0.41 0.82 0.16 30.34 0.7 0.49
Hex D6 7F 26 0 29 52 10 1E 46 31
Octal 326 177 46 0 51 122 20 36 106 61
Binary 11010110 1111111 100110 0 101001 1010010 10000 11110 1000110 110001

Color Harmonies of #D67F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F26

Black with #D67F26

Text Example


Text Example

White with #D67F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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