Html Css Color HEX #D0851D Ochre

📋 copy color: '#D0851D'

red 208 ◦ green 133 ◦ blue 29

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

Shades of Ochre #D0851D

Tints of Ochre #D0851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 56.22%
G = 35.95%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0851D (or 0xD0851D) is known color: Ochre. HEX triplet: D0, 85 and 1D. RGB value is (208,133,29). Sum of RGB (Red+Green+Blue) = 208+133+29=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0851D is #2F7AE2. Grayscale: #909090. Windows color (decimal): -3111651 or 1934800. OLE color: 1934800.

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

Color convert

RGB 208 133 29 -
CMYK 0 0.36 0.86 0.18
HSL 34.86º 0.76% 0.46% -
HSV(B) 34.86º 0.86% 0.82% -
XYZ 34.62 30.27 5.18 -
YUV 143.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 208 133 29 0 0.36 0.86 0.18 34.86 0.76 0.46
Hex D0 85 1D 0 24 56 12 23 4C 2E
Octal 320 205 35 0 44 126 22 43 114 56
Binary 11010000 10000101 11101 0 100100 1010110 10010 100011 1001100 101110

Color Harmonies of #D0851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0851D

Black with #D0851D

Text Example


Text Example

White with #D0851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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