Html Css Color HEX #D07E25 Ochre

📋 copy color: '#D07E25'

red 208 ◦ green 126 ◦ blue 37

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

Shades of Ochre #D07E25

Tints of Ochre #D07E25

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 56.06%
G = 33.96%
B = 9.97%

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

#D07E25 (or 0xD07E25) is known color: Ochre. HEX triplet: D0, 7E and 25. RGB value is (208,126,37). Sum of RGB (Red+Green+Blue) = 208+126+37=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E25 is #2F81DA. Grayscale: #8C8C8C. Windows color (decimal): -3113435 or 2457296. OLE color: 2457296.

HSL color Cylindrical-coordinate representation of color #D07E25: hue angle of 31.23º degrees, saturation: 0.7, 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 #D07E25 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 37 -
CMYK 0 0.39 0.82 0.18
HSL 31.23º 0.7% 0.48% -
HSV(B) 31.23º 0.82% 0.82% -
XYZ 33.81 28.47 5.46 -
YUV 140.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 208 126 37 0 0.39 0.82 0.18 31.23 0.7 0.48
Hex D0 7E 25 0 27 52 12 1F 46 30
Octal 320 176 45 0 47 122 22 37 106 60
Binary 11010000 1111110 100101 0 100111 1010010 10010 11111 1000110 110000

Color Harmonies of #D07E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E25

Black with #D07E25

Text Example


Text Example

White with #D07E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E25; }

 p { color: rgb(208,126,37); }

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

background-color css

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

 a { background-color: rgb(208,126,37); }

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

border-color css

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

 span { border-color: rgb(208,126,37); }

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