Html Css Color HEX #D4771E Ochre

📋 copy color: '#D4771E'

red 212 ◦ green 119 ◦ blue 30

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

Shades of Ochre #D4771E

Tints of Ochre #D4771E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.31%

R = 58.73%
G = 32.96%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4771E (or 0xD4771E) is known color: Ochre. HEX triplet: D4, 77 and 1E. RGB value is (212,119,30). Sum of RGB (Red+Green+Blue) = 212+119+30=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4771E is #2B88E1. Grayscale: #898989. Windows color (decimal): -2853090 or 1996756. OLE color: 1996756.

HSL color Cylindrical-coordinate representation of color #D4771E: hue angle of 29.34º degrees, saturation: 0.75, 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 #D4771E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 30 -
CMYK 0 0.44 0.86 0.17
HSL 29.34º 0.75% 0.47% -
HSV(B) 29.34º 0.86% 0.83% -
XYZ 33.98 27.28 4.7 -
YUV 136.66 67.81 181.74 -
System Red Green Blue C M Y K H S L
Decimal 212 119 30 0 0.44 0.86 0.17 29.34 0.75 0.47
Hex D4 77 1E 0 2C 56 11 1D 4B 2F
Octal 324 167 36 0 54 126 21 35 113 57
Binary 11010100 1110111 11110 0 101100 1010110 10001 11101 1001011 101111

Color Harmonies of #D4771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4771E

Black with #D4771E

Text Example


Text Example

White with #D4771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4771E; }

 p { color: rgb(212,119,30); }

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

background-color css

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

 a { background-color: rgb(212,119,30); }

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

border-color css

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

 span { border-color: rgb(212,119,30); }

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