Html Css Color HEX #D2851E Ochre

📋 copy color: '#D2851E'

red 210 ◦ green 133 ◦ blue 30

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

Shades of Ochre #D2851E

Tints of Ochre #D2851E

RGB

 RED value IS 210 (82.42% from 255) = 56.3%

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

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 56.3%
G = 35.66%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2851E (or 0xD2851E) is known color: Ochre. HEX triplet: D2, 85 and 1E. RGB value is (210,133,30). Sum of RGB (Red+Green+Blue) = 210+133+30=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2851E is #2D7AE1. Grayscale: #909090. Windows color (decimal): -2980578 or 2000338. OLE color: 2000338.

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

Color convert

RGB 210 133 30 -
CMYK 0 0.37 0.86 0.18
HSL 34.33º 0.75% 0.47% -
HSV(B) 34.33º 0.86% 0.82% -
XYZ 35.2 30.57 5.27 -
YUV 144.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 210 133 30 0 0.37 0.86 0.18 34.33 0.75 0.47
Hex D2 85 1E 0 25 56 12 22 4B 2F
Octal 322 205 36 0 45 126 22 42 113 57
Binary 11010010 10000101 11110 0 100101 1010110 10010 100010 1001011 101111

Color Harmonies of #D2851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2851E

Black with #D2851E

Text Example


Text Example

White with #D2851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2851E; }

 p { color: rgb(210,133,30); }

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

background-color css

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

 a { background-color: rgb(210,133,30); }

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

border-color css

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

 span { border-color: rgb(210,133,30); }

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