Html Css Color HEX #D07125 Ochre

📋 copy color: '#D07125'

red 208 ◦ green 113 ◦ blue 37

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

Shades of Ochre #D07125

Tints of Ochre #D07125

RGB

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

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

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

R = 58.1%
G = 31.56%
B = 10.34%

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

#D07125 (or 0xD07125) is known color: Ochre. HEX triplet: D0, 71 and 25. RGB value is (208,113,37). Sum of RGB (Red+Green+Blue) = 208+113+37=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D07125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07125 is #2F8EDA. Grayscale: #858585. Windows color (decimal): -3116763 or 2453968. OLE color: 2453968.

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

Color convert

RGB 208 113 37 -
CMYK 0 0.46 0.82 0.18
HSL 26.67º 0.7% 0.48% -
HSV(B) 26.67º 0.82% 0.82% -
XYZ 32.25 25.35 4.94 -
YUV 132.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 208 113 37 0 0.46 0.82 0.18 26.67 0.7 0.48
Hex D0 71 25 0 2E 52 12 1B 46 30
Octal 320 161 45 0 56 122 22 33 106 60
Binary 11010000 1110001 100101 0 101110 1010010 10010 11011 1000110 110000

Color Harmonies of #D07125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07125

Black with #D07125

Text Example


Text Example

White with #D07125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07125; }

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

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

background-color css

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

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

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

border-color css

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

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

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