Html Css Color HEX #D6830C Ochre

📋 copy color: '#D6830C'

red 214 ◦ green 131 ◦ blue 12

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

Shades of Ochre #D6830C

Tints of Ochre #D6830C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.36%

R = 59.94%
G = 36.69%
B = 3.36%

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

#D6830C (or 0xD6830C) is known color: Ochre. HEX triplet: D6, 83 and 0C. RGB value is (214,131,12). Sum of RGB (Red+Green+Blue) = 214+131+12=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6830C is #297CF3. Grayscale: #8E8E8E. Windows color (decimal): -2718964 or 820182. OLE color: 820182.

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

Color convert

RGB 214 131 12 -
CMYK 0 0.39 0.94 0.16
HSL 35.35º 0.89% 0.44% -
HSV(B) 35.35º 0.94% 0.84% -
XYZ 35.91 30.56 4.35 -
YUV 142.25 54.5 179.18 -
System Red Green Blue C M Y K H S L
Decimal 214 131 12 0 0.39 0.94 0.16 35.35 0.89 0.44
Hex D6 83 C 0 27 5E 10 23 59 2C
Octal 326 203 14 0 47 136 20 43 131 54
Binary 11010110 10000011 1100 0 100111 1011110 10000 100011 1011001 101100

Color Harmonies of #D6830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6830C

Black with #D6830C

Text Example


Text Example

White with #D6830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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