Html Css Color HEX #D6821A Ochre

📋 copy color: '#D6821A'

red 214 ◦ green 130 ◦ blue 26

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

Shades of Ochre #D6821A

Tints of Ochre #D6821A

RGB

 RED value IS 214 (83.98% from 255) = 57.84%

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

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

R = 57.84%
G = 35.14%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6821A (or 0xD6821A) is known color: Ochre. HEX triplet: D6, 82 and 1A. RGB value is (214,130,26). Sum of RGB (Red+Green+Blue) = 214+130+26=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6821A is #297DE5. Grayscale: #8F8F8F. Windows color (decimal): -2719206 or 1737430. OLE color: 1737430.

HSL color Cylindrical-coordinate representation of color #D6821A: hue angle of 33.19º 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 #D6821A is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 26 -
CMYK 0 0.39 0.88 0.16
HSL 33.19º 0.78% 0.47% -
HSV(B) 33.19º 0.88% 0.84% -
XYZ 35.9 30.34 4.94 -
YUV 143.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 214 130 26 0 0.39 0.88 0.16 33.19 0.78 0.47
Hex D6 82 1A 0 27 58 10 21 4E 2F
Octal 326 202 32 0 47 130 20 41 116 57
Binary 11010110 10000010 11010 0 100111 1011000 10000 100001 1001110 101111

Color Harmonies of #D6821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6821A

Black with #D6821A

Text Example


Text Example

White with #D6821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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