Html Css Color HEX #D0761D Ochre

📋 copy color: '#D0761D'

red 208 ◦ green 118 ◦ blue 29

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

Shades of Ochre #D0761D

Tints of Ochre #D0761D

RGB

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

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

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

R = 58.59%
G = 33.24%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0761D (or 0xD0761D) is known color: Ochre. HEX triplet: D0, 76 and 1D. RGB value is (208,118,29). Sum of RGB (Red+Green+Blue) = 208+118+29=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0761D is #2F89E2. Grayscale: #878787. Windows color (decimal): -3115491 or 1930960. OLE color: 1930960.

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

Color convert

RGB 208 118 29 -
CMYK 0 0.43 0.86 0.18
HSL 29.83º 0.76% 0.46% -
HSV(B) 29.83º 0.86% 0.82% -
XYZ 32.71 26.46 4.54 -
YUV 134.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 208 118 29 0 0.43 0.86 0.18 29.83 0.76 0.46
Hex D0 76 1D 0 2B 56 12 1E 4C 2E
Octal 320 166 35 0 53 126 22 36 114 56
Binary 11010000 1110110 11101 0 101011 1010110 10010 11110 1001100 101110

Color Harmonies of #D0761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0761D

Black with #D0761D

Text Example


Text Example

White with #D0761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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