Html Css Color HEX #D7781F Ochre

📋 copy color: '#D7781F'

red 215 ◦ green 120 ◦ blue 31

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

Shades of Ochre #D7781F

Tints of Ochre #D7781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 58.74%
G = 32.79%
B = 8.47%

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

#D7781F (or 0xD7781F) is known color: Ochre. HEX triplet: D7, 78 and 1F. RGB value is (215,120,31). Sum of RGB (Red+Green+Blue) = 215+120+31=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D7781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7781F is #2887E0. Grayscale: #8A8A8A. Windows color (decimal): -2656225 or 2062551. OLE color: 2062551.

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

Color convert

RGB 215 120 31 -
CMYK 0 0.44 0.86 0.16
HSL 29.02º 0.75% 0.48% -
HSV(B) 29.02º 0.86% 0.84% -
XYZ 34.99 27.98 4.85 -
YUV 138.26 67.47 182.74 -
System Red Green Blue C M Y K H S L
Decimal 215 120 31 0 0.44 0.86 0.16 29.02 0.75 0.48
Hex D7 78 1F 0 2C 56 10 1D 4B 30
Octal 327 170 37 0 54 126 20 35 113 60
Binary 11010111 1111000 11111 0 101100 1010110 10000 11101 1001011 110000

Color Harmonies of #D7781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7781F

Black with #D7781F

Text Example


Text Example

White with #D7781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7781F; }

 p { color: rgb(215,120,31); }

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

background-color css

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

 a { background-color: rgb(215,120,31); }

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

border-color css

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

 span { border-color: rgb(215,120,31); }

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