Html Css Color HEX #D47926 Ochre

📋 copy color: '#D47926'

red 212 ◦ green 121 ◦ blue 38

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

Shades of Ochre #D47926

Tints of Ochre #D47926

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

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

R = 57.14%
G = 32.61%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D47926 (or 0xD47926) is known color: Ochre. HEX triplet: D4, 79 and 26. RGB value is (212,121,38). Sum of RGB (Red+Green+Blue) = 212+121+38=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D47926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47926 is #2B86D9. Grayscale: #8B8B8B. Windows color (decimal): -2852570 or 2521556. OLE color: 2521556.

HSL color Cylindrical-coordinate representation of color #D47926: hue angle of 28.62º 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 #D47926 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 121 38 -
CMYK 0 0.43 0.82 0.17
HSL 28.62º 0.7% 0.49% -
HSV(B) 28.62º 0.82% 0.83% -
XYZ 34.34 27.81 5.39 -
YUV 138.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 212 121 38 0 0.43 0.82 0.17 28.62 0.7 0.49
Hex D4 79 26 0 2B 52 11 1D 46 31
Octal 324 171 46 0 53 122 21 35 106 61
Binary 11010100 1111001 100110 0 101011 1010010 10001 11101 1000110 110001

Color Harmonies of #D47926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47926

Black with #D47926

Text Example


Text Example

White with #D47926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47926; }

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

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

background-color css

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

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

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

border-color css

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

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

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