Html Css Color HEX #D68322 Ochre

📋 copy color: '#D68322'

red 214 ◦ green 131 ◦ blue 34

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

Shades of Ochre #D68322

Tints of Ochre #D68322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.97%

R = 56.46%
G = 34.56%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D68322 (or 0xD68322) is known color: Ochre. HEX triplet: D6, 83 and 22. RGB value is (214,131,34). Sum of RGB (Red+Green+Blue) = 214+131+34=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D68322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68322 is #297CDD. Grayscale: #919191. Windows color (decimal): -2718942 or 2261974. OLE color: 2261974.

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

Color convert

RGB 214 131 34 -
CMYK 0 0.39 0.84 0.16
HSL 32.33º 0.73% 0.49% -
HSV(B) 32.33º 0.84% 0.84% -
XYZ 36.14 30.64 5.52 -
YUV 144.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 214 131 34 0 0.39 0.84 0.16 32.33 0.73 0.49
Hex D6 83 22 0 27 54 10 20 49 31
Octal 326 203 42 0 47 124 20 40 111 61
Binary 11010110 10000011 100010 0 100111 1010100 10000 100000 1001001 110001

Color Harmonies of #D68322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68322

Black with #D68322

Text Example


Text Example

White with #D68322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68322; }

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

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

background-color css

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

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

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

border-color css

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

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

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