Html Css Color HEX #D5770F Ochre

📋 copy color: '#D5770F'

red 213 ◦ green 119 ◦ blue 15

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

Shades of Ochre #D5770F

Tints of Ochre #D5770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.32%

R = 61.38%
G = 34.29%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5770F (or 0xD5770F) is known color: Ochre. HEX triplet: D5, 77 and 0F. RGB value is (213,119,15). Sum of RGB (Red+Green+Blue) = 213+119+15=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5770F is #2A88F0. Grayscale: #878787. Windows color (decimal): -2787569 or 1013717. OLE color: 1013717.

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

Color convert

RGB 213 119 15 -
CMYK 0 0.44 0.93 0.16
HSL 31.52º 0.87% 0.45% -
HSV(B) 31.52º 0.93% 0.84% -
XYZ 34.12 27.37 3.94 -
YUV 135.25 60.14 183.46 -
System Red Green Blue C M Y K H S L
Decimal 213 119 15 0 0.44 0.93 0.16 31.52 0.87 0.45
Hex D5 77 F 0 2C 5D 10 20 57 2D
Octal 325 167 17 0 54 135 20 40 127 55
Binary 11010101 1110111 1111 0 101100 1011101 10000 100000 1010111 101101

Color Harmonies of #D5770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5770F

Black with #D5770F

Text Example


Text Example

White with #D5770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5770F; }

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

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

background-color css

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

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

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

border-color css

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

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

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