Html Css Color HEX #D88614 Ochre

📋 copy color: '#D88614'

red 216 ◦ green 134 ◦ blue 20

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

Shades of Ochre #D88614

Tints of Ochre #D88614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.22%

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

R = 58.38%
G = 36.22%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D88614 (or 0xD88614) is known color: Ochre. HEX triplet: D8, 86 and 14. RGB value is (216,134,20). Sum of RGB (Red+Green+Blue) = 216+134+20=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D88614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88614 is #2779EB. Grayscale: #929292. Windows color (decimal): -2587116 or 1345240. OLE color: 1345240.

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

Color convert

RGB 216 134 20 -
CMYK 0 0.38 0.91 0.15
HSL 34.9º 0.83% 0.46% -
HSV(B) 34.9º 0.91% 0.85% -
XYZ 36.97 31.7 4.83 -
YUV 145.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 216 134 20 0 0.38 0.91 0.15 34.9 0.83 0.46
Hex D8 86 14 0 26 5B F 23 53 2E
Octal 330 206 24 0 46 133 17 43 123 56
Binary 11011000 10000110 10100 0 100110 1011011 1111 100011 1010011 101110

Color Harmonies of #D88614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88614

Black with #D88614

Text Example


Text Example

White with #D88614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88614; }

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

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

background-color css

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

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

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

border-color css

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

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

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