Html Css Color HEX #D07026 Ochre

📋 copy color: '#D07026'

red 208 ◦ green 112 ◦ blue 38

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

Shades of Ochre #D07026

Tints of Ochre #D07026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

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

R = 58.1%
G = 31.28%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D07026 (or 0xD07026) is known color: Ochre. HEX triplet: D0, 70 and 26. RGB value is (208,112,38). Sum of RGB (Red+Green+Blue) = 208+112+38=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D07026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07026 is #2F8FD9. Grayscale: #848484. Windows color (decimal): -3117018 or 2519248. OLE color: 2519248.

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

Color convert

RGB 208 112 38 -
CMYK 0 0.46 0.82 0.18
HSL 26.12º 0.69% 0.48% -
HSV(B) 26.12º 0.82% 0.82% -
XYZ 32.16 25.14 4.99 -
YUV 132.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 208 112 38 0 0.46 0.82 0.18 26.12 0.69 0.48
Hex D0 70 26 0 2E 52 12 1A 45 30
Octal 320 160 46 0 56 122 22 32 105 60
Binary 11010000 1110000 100110 0 101110 1010010 10010 11010 1000101 110000

Color Harmonies of #D07026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07026

Black with #D07026

Text Example


Text Example

White with #D07026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07026; }

 p { color: rgb(208,112,38); }

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

background-color css

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

 a { background-color: rgb(208,112,38); }

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

border-color css

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

 span { border-color: rgb(208,112,38); }

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