Html Css Color HEX #D07415 Ochre

📋 copy color: '#D07415'

red 208 ◦ green 116 ◦ blue 21

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

Shades of Ochre #D07415

Tints of Ochre #D07415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 60.29%
G = 33.62%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D07415 (or 0xD07415) is known color: Ochre. HEX triplet: D0, 74 and 15. RGB value is (208,116,21). Sum of RGB (Red+Green+Blue) = 208+116+21=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D07415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07415 is #2F8BEA. Grayscale: #858585. Windows color (decimal): -3116011 or 1406160. OLE color: 1406160.

HSL color Cylindrical-coordinate representation of color #D07415: hue angle of 30.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D07415 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 21 -
CMYK 0 0.44 0.90 0.18
HSL 30.48º 0.82% 0.45% -
HSV(B) 30.48º 0.9% 0.82% -
XYZ 32.39 25.95 4.01 -
YUV 132.68 64.98 181.72 -
System Red Green Blue C M Y K H S L
Decimal 208 116 21 0 0.44 0.90 0.18 30.48 0.82 0.45
Hex D0 74 15 0 2C 5A 12 1E 52 2D
Octal 320 164 25 0 54 132 22 36 122 55
Binary 11010000 1110100 10101 0 101100 1011010 10010 11110 1010010 101101

Color Harmonies of #D07415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07415

Black with #D07415

Text Example


Text Example

White with #D07415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07415; }

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

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

background-color css

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

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

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

border-color css

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

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

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