Html Css Color HEX #D47F26 Ochre

📋 copy color: '#D47F26'

red 212 ◦ green 127 ◦ blue 38

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

Shades of Ochre #D47F26

Tints of Ochre #D47F26

RGB

 RED value IS 212 (83.2% from 255) = 56.23%

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

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

R = 56.23%
G = 33.69%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D47F26 (or 0xD47F26) is known color: Ochre. HEX triplet: D4, 7F and 26. RGB value is (212,127,38). Sum of RGB (Red+Green+Blue) = 212+127+38=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47F26 is #2B80D9. Grayscale: #8E8E8E. Windows color (decimal): -2851034 or 2523092. OLE color: 2523092.

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

Color convert

RGB 212 127 38 -
CMYK 0 0.40 0.82 0.17
HSL 30.69º 0.7% 0.49% -
HSV(B) 30.69º 0.82% 0.83% -
XYZ 35.09 29.32 5.64 -
YUV 142.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 212 127 38 0 0.40 0.82 0.17 30.69 0.7 0.49
Hex D4 7F 26 0 28 52 11 1F 46 31
Octal 324 177 46 0 50 122 21 37 106 61
Binary 11010100 1111111 100110 0 101000 1010010 10001 11111 1000110 110001

Color Harmonies of #D47F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F26

Black with #D47F26

Text Example


Text Example

White with #D47F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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