Html Css Color HEX #D88122 Ochre

📋 copy color: '#D88122'

red 216 ◦ green 129 ◦ blue 34

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

Shades of Ochre #D88122

Tints of Ochre #D88122

RGB

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

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

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

R = 56.99%
G = 34.04%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D88122 (or 0xD88122) is known color: Ochre. HEX triplet: D8, 81 and 22. RGB value is (216,129,34). Sum of RGB (Red+Green+Blue) = 216+129+34=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D88122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88122 is #277EDD. Grayscale: #909090. Windows color (decimal): -2588382 or 2261464. OLE color: 2261464.

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

Color convert

RGB 216 129 34 -
CMYK 0 0.40 0.84 0.15
HSL 31.32º 0.73% 0.49% -
HSV(B) 31.32º 0.84% 0.85% -
XYZ 36.46 30.41 5.46 -
YUV 144.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 216 129 34 0 0.40 0.84 0.15 31.32 0.73 0.49
Hex D8 81 22 0 28 54 F 1F 49 31
Octal 330 201 42 0 50 124 17 37 111 61
Binary 11011000 10000001 100010 0 101000 1010100 1111 11111 1001001 110001

Color Harmonies of #D88122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88122

Black with #D88122

Text Example


Text Example

White with #D88122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88122; }

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

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

background-color css

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

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

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

border-color css

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

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

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