Html Css Color HEX #D6830D Ochre

📋 copy color: '#D6830D'

red 214 ◦ green 131 ◦ blue 13

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

Shades of Ochre #D6830D

Tints of Ochre #D6830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 59.78%
G = 36.59%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6830D (or 0xD6830D) is known color: Ochre. HEX triplet: D6, 83 and 0D. RGB value is (214,131,13). Sum of RGB (Red+Green+Blue) = 214+131+13=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6830D is #297CF2. Grayscale: #8E8E8E. Windows color (decimal): -2718963 or 885718. OLE color: 885718.

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

Color convert

RGB 214 131 13 -
CMYK 0 0.39 0.94 0.16
HSL 35.22º 0.89% 0.45% -
HSV(B) 35.22º 0.94% 0.84% -
XYZ 35.92 30.56 4.39 -
YUV 142.37 55 179.09 -
System Red Green Blue C M Y K H S L
Decimal 214 131 13 0 0.39 0.94 0.16 35.22 0.89 0.45
Hex D6 83 D 0 27 5E 10 23 59 2D
Octal 326 203 15 0 47 136 20 43 131 55
Binary 11010110 10000011 1101 0 100111 1011110 10000 100011 1011001 101101

Color Harmonies of #D6830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6830D

Black with #D6830D

Text Example


Text Example

White with #D6830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6830D; }

 p { color: rgb(214,131,13); }

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

background-color css

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

 a { background-color: rgb(214,131,13); }

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

border-color css

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

 span { border-color: rgb(214,131,13); }

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