Html Css Color HEX #D2791C Ochre

📋 copy color: '#D2791C'

red 210 ◦ green 121 ◦ blue 28

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

Shades of Ochre #D2791C

Tints of Ochre #D2791C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 58.5%
G = 33.7%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2791C (or 0xD2791C) is known color: Ochre. HEX triplet: D2, 79 and 1C. RGB value is (210,121,28). Sum of RGB (Red+Green+Blue) = 210+121+28=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2791C is #2D86E3. Grayscale: #898989. Windows color (decimal): -2983652 or 1866194. OLE color: 1866194.

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

Color convert

RGB 210 121 28 -
CMYK 0 0.42 0.87 0.18
HSL 30.66º 0.76% 0.47% -
HSV(B) 30.66º 0.87% 0.82% -
XYZ 33.63 27.46 4.63 -
YUV 137.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 210 121 28 0 0.42 0.87 0.18 30.66 0.76 0.47
Hex D2 79 1C 0 2A 57 12 1F 4C 2F
Octal 322 171 34 0 52 127 22 37 114 57
Binary 11010010 1111001 11100 0 101010 1010111 10010 11111 1001100 101111

Color Harmonies of #D2791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2791C

Black with #D2791C

Text Example


Text Example

White with #D2791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2791C; }

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

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

background-color css

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

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

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

border-color css

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

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

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