Html Css Color HEX #D7741D Ochre

📋 copy color: '#D7741D'

red 215 ◦ green 116 ◦ blue 29

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

Shades of Ochre #D7741D

Tints of Ochre #D7741D

RGB

 RED value IS 215 (84.38% from 255) = 59.72%

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 59.72%
G = 32.22%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7741D (or 0xD7741D) is known color: Ochre. HEX triplet: D7, 74 and 1D. RGB value is (215,116,29). Sum of RGB (Red+Green+Blue) = 215+116+29=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7741D is #288BE2. Grayscale: #888888. Windows color (decimal): -2657251 or 1930455. OLE color: 1930455.

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

Color convert

RGB 215 116 29 -
CMYK 0 0.46 0.87 0.16
HSL 28.06º 0.76% 0.48% -
HSV(B) 28.06º 0.87% 0.84% -
XYZ 34.49 27.03 4.56 -
YUV 135.68 67.8 184.57 -
System Red Green Blue C M Y K H S L
Decimal 215 116 29 0 0.46 0.87 0.16 28.06 0.76 0.48
Hex D7 74 1D 0 2E 57 10 1C 4C 30
Octal 327 164 35 0 56 127 20 34 114 60
Binary 11010111 1110100 11101 0 101110 1010111 10000 11100 1001100 110000

Color Harmonies of #D7741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7741D

Black with #D7741D

Text Example


Text Example

White with #D7741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7741D; }

 p { color: rgb(215,116,29); }

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

background-color css

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

 a { background-color: rgb(215,116,29); }

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

border-color css

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

 span { border-color: rgb(215,116,29); }

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