Html Css Color HEX #D28026 Ochre

📋 copy color: '#D28026'

red 210 ◦ green 128 ◦ blue 38

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

Shades of Ochre #D28026

Tints of Ochre #D28026

RGB

 RED value IS 210 (82.42% from 255) = 55.85%

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

 BLUE value IS 38 (15.23% from 255) = 10.11%

R = 55.85%
G = 34.04%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D28026 (or 0xD28026) is known color: Ochre. HEX triplet: D2, 80 and 26. RGB value is (210,128,38). Sum of RGB (Red+Green+Blue) = 210+128+38=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D28026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28026 is #2D7FD9. Grayscale: #8E8E8E. Windows color (decimal): -2981850 or 2523346. OLE color: 2523346.

HSL color Cylindrical-coordinate representation of color #D28026: hue angle of 31.4º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D28026 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 38 -
CMYK 0 0.39 0.82 0.18
HSL 31.4º 0.69% 0.49% -
HSV(B) 31.4º 0.82% 0.82% -
XYZ 34.65 29.28 5.66 -
YUV 142.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 210 128 38 0 0.39 0.82 0.18 31.4 0.69 0.49
Hex D2 80 26 0 27 52 12 1F 45 31
Octal 322 200 46 0 47 122 22 37 105 61
Binary 11010010 10000000 100110 0 100111 1010010 10010 11111 1000101 110001

Color Harmonies of #D28026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28026

Black with #D28026

Text Example


Text Example

White with #D28026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28026; }

 p { color: rgb(210,128,38); }

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

background-color css

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

 a { background-color: rgb(210,128,38); }

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

border-color css

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

 span { border-color: rgb(210,128,38); }

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