Html Css Color HEX #D0751D Ochre

📋 copy color: '#D0751D'

red 208 ◦ green 117 ◦ blue 29

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

Shades of Ochre #D0751D

Tints of Ochre #D0751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 58.76%
G = 33.05%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0751D (or 0xD0751D) is known color: Ochre. HEX triplet: D0, 75 and 1D. RGB value is (208,117,29). Sum of RGB (Red+Green+Blue) = 208+117+29=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0751D is #2F8AE2. Grayscale: #868686. Windows color (decimal): -3115747 or 1930704. OLE color: 1930704.

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

Color convert

RGB 208 117 29 -
CMYK 0 0.44 0.86 0.18
HSL 29.5º 0.76% 0.46% -
HSV(B) 29.5º 0.86% 0.82% -
XYZ 32.6 26.22 4.51 -
YUV 134.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 208 117 29 0 0.44 0.86 0.18 29.5 0.76 0.46
Hex D0 75 1D 0 2C 56 12 1D 4C 2E
Octal 320 165 35 0 54 126 22 35 114 56
Binary 11010000 1110101 11101 0 101100 1010110 10010 11101 1001100 101110

Color Harmonies of #D0751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0751D

Black with #D0751D

Text Example


Text Example

White with #D0751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0751D; }

 p { color: rgb(208,117,29); }

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

background-color css

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

 a { background-color: rgb(208,117,29); }

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

border-color css

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

 span { border-color: rgb(208,117,29); }

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