Html Css Color HEX #D7821D Ochre

📋 copy color: '#D7821D'

red 215 ◦ green 130 ◦ blue 29

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

Shades of Ochre #D7821D

Tints of Ochre #D7821D

RGB

 RED value IS 215 (84.38% from 255) = 57.49%

 GREEN value IS 130 (51.17% from 255) = 34.76%

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

R = 57.49%
G = 34.76%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7821D (or 0xD7821D) is known color: Ochre. HEX triplet: D7, 82 and 1D. RGB value is (215,130,29). Sum of RGB (Red+Green+Blue) = 215+130+29=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7821D is #287DE2. Grayscale: #909090. Windows color (decimal): -2653667 or 1934039. OLE color: 1934039.

HSL color Cylindrical-coordinate representation of color #D7821D: hue angle of 32.58º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7821D is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 29 -
CMYK 0 0.40 0.87 0.16
HSL 32.58º 0.76% 0.48% -
HSV(B) 32.58º 0.87% 0.84% -
XYZ 36.23 30.5 5.14 -
YUV 143.9 63.16 178.71 -
System Red Green Blue C M Y K H S L
Decimal 215 130 29 0 0.40 0.87 0.16 32.58 0.76 0.48
Hex D7 82 1D 0 28 57 10 21 4C 30
Octal 327 202 35 0 50 127 20 41 114 60
Binary 11010111 10000010 11101 0 101000 1010111 10000 100001 1001100 110000

Color Harmonies of #D7821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7821D

Black with #D7821D

Text Example


Text Example

White with #D7821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7821D; }

 p { color: rgb(215,130,29); }

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

background-color css

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

 a { background-color: rgb(215,130,29); }

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

border-color css

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

 span { border-color: rgb(215,130,29); }

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