Html Css Color HEX #D07425 Ochre

📋 copy color: '#D07425'

red 208 ◦ green 116 ◦ blue 37

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

Shades of Ochre #D07425

Tints of Ochre #D07425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 57.62%
G = 32.13%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D07425 (or 0xD07425) is known color: Ochre. HEX triplet: D0, 74 and 25. RGB value is (208,116,37). Sum of RGB (Red+Green+Blue) = 208+116+37=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D07425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07425 is #2F8BDA. Grayscale: #868686. Windows color (decimal): -3115995 or 2454736. OLE color: 2454736.

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

Color convert

RGB 208 116 37 -
CMYK 0 0.44 0.82 0.18
HSL 27.72º 0.7% 0.48% -
HSV(B) 27.72º 0.82% 0.82% -
XYZ 32.59 26.03 5.06 -
YUV 134.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 208 116 37 0 0.44 0.82 0.18 27.72 0.7 0.48
Hex D0 74 25 0 2C 52 12 1C 46 30
Octal 320 164 45 0 54 122 22 34 106 60
Binary 11010000 1110100 100101 0 101100 1010010 10010 11100 1000110 110000

Color Harmonies of #D07425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07425

Black with #D07425

Text Example


Text Example

White with #D07425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07425; }

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

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

background-color css

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

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

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

border-color css

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

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

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