Html Css Color HEX #D07128 Ochre

📋 copy color: '#D07128'

red 208 ◦ green 113 ◦ blue 40

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

Shades of Ochre #D07128

Tints of Ochre #D07128

RGB

 RED value IS 208 (81.64% from 255) = 57.62%

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 57.62%
G = 31.3%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D07128 (or 0xD07128) is known color: Ochre. HEX triplet: D0, 71 and 28. RGB value is (208,113,40). Sum of RGB (Red+Green+Blue) = 208+113+40=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D07128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07128 is #2F8ED7. Grayscale: #858585. Windows color (decimal): -3116760 or 2650576. OLE color: 2650576.

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

Color convert

RGB 208 113 40 -
CMYK 0 0.46 0.81 0.18
HSL 26.07º 0.68% 0.49% -
HSV(B) 26.07º 0.81% 0.82% -
XYZ 32.3 25.37 5.2 -
YUV 133.08 75.47 181.44 -
System Red Green Blue C M Y K H S L
Decimal 208 113 40 0 0.46 0.81 0.18 26.07 0.68 0.49
Hex D0 71 28 0 2E 51 12 1A 44 31
Octal 320 161 50 0 56 121 22 32 104 61
Binary 11010000 1110001 101000 0 101110 1010001 10010 11010 1000100 110001

Color Harmonies of #D07128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07128

Black with #D07128

Text Example


Text Example

White with #D07128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07128; }

 p { color: rgb(208,113,40); }

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

background-color css

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

 a { background-color: rgb(208,113,40); }

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

border-color css

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

 span { border-color: rgb(208,113,40); }

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