Html Css Color HEX #D7820D Ochre

📋 copy color: '#D7820D'

red 215 ◦ green 130 ◦ blue 13

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

Shades of Ochre #D7820D

Tints of Ochre #D7820D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.63%

R = 60.06%
G = 36.31%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7820D (or 0xD7820D) is known color: Ochre. HEX triplet: D7, 82 and 0D. RGB value is (215,130,13). Sum of RGB (Red+Green+Blue) = 215+130+13=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7820D is #287DF2. Grayscale: #8E8E8E. Windows color (decimal): -2653683 or 885463. OLE color: 885463.

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

Color convert

RGB 215 130 13 -
CMYK 0 0.40 0.94 0.16
HSL 34.75º 0.89% 0.45% -
HSV(B) 34.75º 0.94% 0.84% -
XYZ 36.08 30.44 4.35 -
YUV 142.08 55.16 180.01 -
System Red Green Blue C M Y K H S L
Decimal 215 130 13 0 0.40 0.94 0.16 34.75 0.89 0.45
Hex D7 82 D 0 28 5E 10 23 59 2D
Octal 327 202 15 0 50 136 20 43 131 55
Binary 11010111 10000010 1101 0 101000 1011110 10000 100011 1011001 101101

Color Harmonies of #D7820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7820D

Black with #D7820D

Text Example


Text Example

White with #D7820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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