Html Css Color HEX #D5771D Ochre

📋 copy color: '#D5771D'

red 213 ◦ green 119 ◦ blue 29

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

Shades of Ochre #D5771D

Tints of Ochre #D5771D

RGB

 RED value IS 213 (83.59% from 255) = 59%

 GREEN value IS 119 (46.88% from 255) = 32.96%

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

R = 59%
G = 32.96%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5771D (or 0xD5771D) is known color: Ochre. HEX triplet: D5, 77 and 1D. RGB value is (213,119,29). Sum of RGB (Red+Green+Blue) = 213+119+29=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5771D is #2A88E2. Grayscale: #898989. Windows color (decimal): -2787555 or 1931221. OLE color: 1931221.

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

Color convert

RGB 213 119 29 -
CMYK 0 0.44 0.86 0.16
HSL 29.35º 0.76% 0.47% -
HSV(B) 29.35º 0.86% 0.84% -
XYZ 34.26 27.43 4.65 -
YUV 136.85 67.14 182.32 -
System Red Green Blue C M Y K H S L
Decimal 213 119 29 0 0.44 0.86 0.16 29.35 0.76 0.47
Hex D5 77 1D 0 2C 56 10 1D 4C 2F
Octal 325 167 35 0 54 126 20 35 114 57
Binary 11010101 1110111 11101 0 101100 1010110 10000 11101 1001100 101111

Color Harmonies of #D5771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5771D

Black with #D5771D

Text Example


Text Example

White with #D5771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5771D; }

 p { color: rgb(213,119,29); }

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

background-color css

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

 a { background-color: rgb(213,119,29); }

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

border-color css

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

 span { border-color: rgb(213,119,29); }

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