Html Css Color HEX #D6771B Ochre

📋 copy color: '#D6771B'

red 214 ◦ green 119 ◦ blue 27

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

Shades of Ochre #D6771B

Tints of Ochre #D6771B

RGB

 RED value IS 214 (83.98% from 255) = 59.44%

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

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 59.44%
G = 33.06%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6771B (or 0xD6771B) is known color: Ochre. HEX triplet: D6, 77 and 1B. RGB value is (214,119,27). Sum of RGB (Red+Green+Blue) = 214+119+27=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6771B is #2988E4. Grayscale: #898989. Windows color (decimal): -2722021 or 1800150. OLE color: 1800150.

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

Color convert

RGB 214 119 27 -
CMYK 0 0.44 0.87 0.16
HSL 29.52º 0.78% 0.47% -
HSV(B) 29.52º 0.87% 0.84% -
XYZ 34.53 27.57 4.54 -
YUV 136.92 65.97 182.98 -
System Red Green Blue C M Y K H S L
Decimal 214 119 27 0 0.44 0.87 0.16 29.52 0.78 0.47
Hex D6 77 1B 0 2C 57 10 1E 4E 2F
Octal 326 167 33 0 54 127 20 36 116 57
Binary 11010110 1110111 11011 0 101100 1010111 10000 11110 1001110 101111

Color Harmonies of #D6771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6771B

Black with #D6771B

Text Example


Text Example

White with #D6771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6771B; }

 p { color: rgb(214,119,27); }

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

background-color css

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

 a { background-color: rgb(214,119,27); }

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

border-color css

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

 span { border-color: rgb(214,119,27); }

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