Html Css Color HEX #D2791E Ochre

📋 copy color: '#D2791E'

red 210 ◦ green 121 ◦ blue 30

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

Shades of Ochre #D2791E

Tints of Ochre #D2791E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

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

R = 58.17%
G = 33.52%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2791E (or 0xD2791E) is known color: Ochre. HEX triplet: D2, 79 and 1E. RGB value is (210,121,30). Sum of RGB (Red+Green+Blue) = 210+121+30=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D2791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2791E is #2D86E1. Grayscale: #898989. Windows color (decimal): -2983650 or 1997266. OLE color: 1997266.

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

Color convert

RGB 210 121 30 -
CMYK 0 0.42 0.86 0.18
HSL 30.33º 0.75% 0.47% -
HSV(B) 30.33º 0.86% 0.82% -
XYZ 33.65 27.47 4.76 -
YUV 137.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 210 121 30 0 0.42 0.86 0.18 30.33 0.75 0.47
Hex D2 79 1E 0 2A 56 12 1E 4B 2F
Octal 322 171 36 0 52 126 22 36 113 57
Binary 11010010 1111001 11110 0 101010 1010110 10010 11110 1001011 101111

Color Harmonies of #D2791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2791E

Black with #D2791E

Text Example


Text Example

White with #D2791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2791E; }

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

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

background-color css

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

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

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

border-color css

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

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

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