Html Css Color HEX #D6821D Ochre

📋 copy color: '#D6821D'

red 214 ◦ green 130 ◦ blue 29

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

Shades of Ochre #D6821D

Tints of Ochre #D6821D

RGB

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

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

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

R = 57.37%
G = 34.85%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6821D (or 0xD6821D) is known color: Ochre. HEX triplet: D6, 82 and 1D. RGB value is (214,130,29). Sum of RGB (Red+Green+Blue) = 214+130+29=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6821D is #297DE2. Grayscale: #909090. Windows color (decimal): -2719203 or 1934038. OLE color: 1934038.

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

Color convert

RGB 214 130 29 -
CMYK 0 0.39 0.86 0.16
HSL 32.76º 0.76% 0.48% -
HSV(B) 32.76º 0.86% 0.84% -
XYZ 35.94 30.35 5.13 -
YUV 143.6 63.33 178.21 -
System Red Green Blue C M Y K H S L
Decimal 214 130 29 0 0.39 0.86 0.16 32.76 0.76 0.48
Hex D6 82 1D 0 27 56 10 21 4C 30
Octal 326 202 35 0 47 126 20 41 114 60
Binary 11010110 10000010 11101 0 100111 1010110 10000 100001 1001100 110000

Color Harmonies of #D6821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6821D

Black with #D6821D

Text Example


Text Example

White with #D6821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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