Html Css Color HEX #D88114 Ochre

📋 copy color: '#D88114'

red 216 ◦ green 129 ◦ blue 20

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

Shades of Ochre #D88114

Tints of Ochre #D88114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

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

R = 59.18%
G = 35.34%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D88114 (or 0xD88114) is known color: Ochre. HEX triplet: D8, 81 and 14. RGB value is (216,129,20). Sum of RGB (Red+Green+Blue) = 216+129+20=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D88114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88114 is #277EEB. Grayscale: #8F8F8F. Windows color (decimal): -2588396 or 1343960. OLE color: 1343960.

HSL color Cylindrical-coordinate representation of color #D88114: hue angle of 33.37º 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 #D88114 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 20 -
CMYK 0 0.40 0.91 0.15
HSL 33.37º 0.83% 0.46% -
HSV(B) 33.37º 0.91% 0.85% -
XYZ 36.3 30.35 4.61 -
YUV 142.59 58.82 180.36 -
System Red Green Blue C M Y K H S L
Decimal 216 129 20 0 0.40 0.91 0.15 33.37 0.83 0.46
Hex D8 81 14 0 28 5B F 21 53 2E
Octal 330 201 24 0 50 133 17 41 123 56
Binary 11011000 10000001 10100 0 101000 1011011 1111 100001 1010011 101110

Color Harmonies of #D88114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88114

Black with #D88114

Text Example


Text Example

White with #D88114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88114; }

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

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

background-color css

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

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

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

border-color css

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

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

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