Html Css Color HEX #D8781A Ochre

📋 copy color: '#D8781A'

red 216 ◦ green 120 ◦ blue 26

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

Shades of Ochre #D8781A

Tints of Ochre #D8781A

RGB

 RED value IS 216 (84.77% from 255) = 59.67%

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

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 59.67%
G = 33.15%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8781A (or 0xD8781A) is known color: Ochre. HEX triplet: D8, 78 and 1A. RGB value is (216,120,26). Sum of RGB (Red+Green+Blue) = 216+120+26=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8781A is #2787E5. Grayscale: #8A8A8A. Windows color (decimal): -2590694 or 1734872. OLE color: 1734872.

HSL color Cylindrical-coordinate representation of color #D8781A: hue angle of 29.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8781A is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 120 26 -
CMYK 0 0.44 0.88 0.15
HSL 29.68º 0.79% 0.47% -
HSV(B) 29.68º 0.88% 0.85% -
XYZ 35.22 28.11 4.55 -
YUV 137.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 216 120 26 0 0.44 0.88 0.15 29.68 0.79 0.47
Hex D8 78 1A 0 2C 58 F 1E 4F 2F
Octal 330 170 32 0 54 130 17 36 117 57
Binary 11011000 1111000 11010 0 101100 1011000 1111 11110 1001111 101111

Color Harmonies of #D8781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8781A

Black with #D8781A

Text Example


Text Example

White with #D8781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8781A; }

 p { color: rgb(216,120,26); }

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

background-color css

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

 a { background-color: rgb(216,120,26); }

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

border-color css

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

 span { border-color: rgb(216,120,26); }

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