Html Css Color HEX #D7821A Ochre

📋 copy color: '#D7821A'

red 215 ◦ green 130 ◦ blue 26

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

Shades of Ochre #D7821A

Tints of Ochre #D7821A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 57.95%
G = 35.04%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7821A (or 0xD7821A) is known color: Ochre. HEX triplet: D7, 82 and 1A. RGB value is (215,130,26). Sum of RGB (Red+Green+Blue) = 215+130+26=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7821A is #287DE5. Grayscale: #909090. Windows color (decimal): -2653670 or 1737431. OLE color: 1737431.

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

Color convert

RGB 215 130 26 -
CMYK 0 0.40 0.88 0.16
HSL 33.02º 0.78% 0.47% -
HSV(B) 33.02º 0.88% 0.84% -
XYZ 36.19 30.49 4.95 -
YUV 143.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 215 130 26 0 0.40 0.88 0.16 33.02 0.78 0.47
Hex D7 82 1A 0 28 58 10 21 4E 2F
Octal 327 202 32 0 50 130 20 41 116 57
Binary 11010111 10000010 11010 0 101000 1011000 10000 100001 1001110 101111

Color Harmonies of #D7821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7821A

Black with #D7821A

Text Example


Text Example

White with #D7821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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