Html Css Color HEX #D88022 Ochre

📋 copy color: '#D88022'

red 216 ◦ green 128 ◦ blue 34

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

Shades of Ochre #D88022

Tints of Ochre #D88022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.99%

R = 57.14%
G = 33.86%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D88022 (or 0xD88022) is known color: Ochre. HEX triplet: D8, 80 and 22. RGB value is (216,128,34). Sum of RGB (Red+Green+Blue) = 216+128+34=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D88022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88022 is #277FDD. Grayscale: #909090. Windows color (decimal): -2588638 or 2261208. OLE color: 2261208.

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

Color convert

RGB 216 128 34 -
CMYK 0 0.41 0.84 0.15
HSL 30.99º 0.73% 0.49% -
HSV(B) 30.99º 0.84% 0.85% -
XYZ 36.33 30.15 5.42 -
YUV 143.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 216 128 34 0 0.41 0.84 0.15 30.99 0.73 0.49
Hex D8 80 22 0 29 54 F 1F 49 31
Octal 330 200 42 0 51 124 17 37 111 61
Binary 11011000 10000000 100010 0 101001 1010100 1111 11111 1001001 110001

Color Harmonies of #D88022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88022

Black with #D88022

Text Example


Text Example

White with #D88022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88022; }

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

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

background-color css

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

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

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

border-color css

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

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

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