Html Css Color HEX #D07615 Ochre

📋 copy color: '#D07615'

red 208 ◦ green 118 ◦ blue 21

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

Shades of Ochre #D07615

Tints of Ochre #D07615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

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

R = 59.94%
G = 34.01%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D07615 (or 0xD07615) is known color: Ochre. HEX triplet: D0, 76 and 15. RGB value is (208,118,21). Sum of RGB (Red+Green+Blue) = 208+118+21=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D07615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07615 is #2F89EA. Grayscale: #868686. Windows color (decimal): -3115499 or 1406672. OLE color: 1406672.

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

Color convert

RGB 208 118 21 -
CMYK 0 0.43 0.90 0.18
HSL 31.12º 0.82% 0.45% -
HSV(B) 31.12º 0.9% 0.82% -
XYZ 32.63 26.42 4.09 -
YUV 133.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 208 118 21 0 0.43 0.90 0.18 31.12 0.82 0.45
Hex D0 76 15 0 2B 5A 12 1F 52 2D
Octal 320 166 25 0 53 132 22 37 122 55
Binary 11010000 1110110 10101 0 101011 1011010 10010 11111 1010010 101101

Color Harmonies of #D07615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07615

Black with #D07615

Text Example


Text Example

White with #D07615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07615; }

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

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

background-color css

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

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

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

border-color css

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

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

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