Html Css Color HEX #D88123 Ochre

📋 copy color: '#D88123'

red 216 ◦ green 129 ◦ blue 35

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

Shades of Ochre #D88123

Tints of Ochre #D88123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.21%

R = 56.84%
G = 33.95%
B = 9.21%

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

#D88123 (or 0xD88123) is known color: Ochre. HEX triplet: D8, 81 and 23. RGB value is (216,129,35). Sum of RGB (Red+Green+Blue) = 216+129+35=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D88123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88123 is #277EDC. Grayscale: #909090. Windows color (decimal): -2588381 or 2327000. OLE color: 2327000.

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

Color convert

RGB 216 129 35 -
CMYK 0 0.40 0.84 0.15
HSL 31.16º 0.72% 0.49% -
HSV(B) 31.16º 0.84% 0.85% -
XYZ 36.47 30.42 5.54 -
YUV 144.3 66.32 179.14 -
System Red Green Blue C M Y K H S L
Decimal 216 129 35 0 0.40 0.84 0.15 31.16 0.72 0.49
Hex D8 81 23 0 28 54 F 1F 48 31
Octal 330 201 43 0 50 124 17 37 110 61
Binary 11011000 10000001 100011 0 101000 1010100 1111 11111 1001000 110001

Color Harmonies of #D88123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88123

Black with #D88123

Text Example


Text Example

White with #D88123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88123; }

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

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

background-color css

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

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

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

border-color css

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

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

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