Html Css Color HEX #D6821B Ochre

📋 copy color: '#D6821B'

red 214 ◦ green 130 ◦ blue 27

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

Shades of Ochre #D6821B

Tints of Ochre #D6821B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.28%

R = 57.68%
G = 35.04%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6821B (or 0xD6821B) is known color: Ochre. HEX triplet: D6, 82 and 1B. RGB value is (214,130,27). Sum of RGB (Red+Green+Blue) = 214+130+27=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6821B is #297DE4. Grayscale: #8F8F8F. Windows color (decimal): -2719205 or 1802966. OLE color: 1802966.

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

Color convert

RGB 214 130 27 -
CMYK 0 0.39 0.87 0.16
HSL 33.05º 0.78% 0.47% -
HSV(B) 33.05º 0.87% 0.84% -
XYZ 35.91 30.34 5 -
YUV 143.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 214 130 27 0 0.39 0.87 0.16 33.05 0.78 0.47
Hex D6 82 1B 0 27 57 10 21 4E 2F
Octal 326 202 33 0 47 127 20 41 116 57
Binary 11010110 10000010 11011 0 100111 1010111 10000 100001 1001110 101111

Color Harmonies of #D6821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6821B

Black with #D6821B

Text Example


Text Example

White with #D6821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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