Html Css Color HEX #D4731D Ochre

📋 copy color: '#D4731D'

red 212 ◦ green 115 ◦ blue 29

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

Shades of Ochre #D4731D

Tints of Ochre #D4731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 59.55%
G = 32.3%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4731D (or 0xD4731D) is known color: Ochre. HEX triplet: D4, 73 and 1D. RGB value is (212,115,29). Sum of RGB (Red+Green+Blue) = 212+115+29=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4731D is #2B8CE2. Grayscale: #868686. Windows color (decimal): -2854115 or 1930196. OLE color: 1930196.

HSL color Cylindrical-coordinate representation of color #D4731D: hue angle of 28.2º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4731D is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 115 29 -
CMYK 0 0.46 0.86 0.17
HSL 28.2º 0.76% 0.47% -
HSV(B) 28.2º 0.86% 0.83% -
XYZ 33.5 26.35 4.48 -
YUV 134.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 212 115 29 0 0.46 0.86 0.17 28.2 0.76 0.47
Hex D4 73 1D 0 2E 56 11 1C 4C 2F
Octal 324 163 35 0 56 126 21 34 114 57
Binary 11010100 1110011 11101 0 101110 1010110 10001 11100 1001100 101111

Color Harmonies of #D4731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4731D

Black with #D4731D

Text Example


Text Example

White with #D4731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4731D; }

 p { color: rgb(212,115,29); }

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

background-color css

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

 a { background-color: rgb(212,115,29); }

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

border-color css

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

 span { border-color: rgb(212,115,29); }

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