Html Css Color HEX #D88014 Ochre

📋 copy color: '#D88014'

red 216 ◦ green 128 ◦ blue 20

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

Shades of Ochre #D88014

Tints of Ochre #D88014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 59.34%
G = 35.16%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D88014 (or 0xD88014) is known color: Ochre. HEX triplet: D8, 80 and 14. RGB value is (216,128,20). Sum of RGB (Red+Green+Blue) = 216+128+20=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D88014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88014 is #277FEB. Grayscale: #8E8E8E. Windows color (decimal): -2588652 or 1343704. OLE color: 1343704.

HSL color Cylindrical-coordinate representation of color #D88014: hue angle of 33.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D88014 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 20 -
CMYK 0 0.41 0.91 0.15
HSL 33.06º 0.83% 0.46% -
HSV(B) 33.06º 0.91% 0.85% -
XYZ 36.16 30.09 4.56 -
YUV 142 59.15 180.78 -
System Red Green Blue C M Y K H S L
Decimal 216 128 20 0 0.41 0.91 0.15 33.06 0.83 0.46
Hex D8 80 14 0 29 5B F 21 53 2E
Octal 330 200 24 0 51 133 17 41 123 56
Binary 11011000 10000000 10100 0 101001 1011011 1111 100001 1010011 101110

Color Harmonies of #D88014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88014

Black with #D88014

Text Example


Text Example

White with #D88014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88014; }

 p { color: rgb(216,128,20); }

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

background-color css

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

 a { background-color: rgb(216,128,20); }

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

border-color css

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

 span { border-color: rgb(216,128,20); }

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