Html Css Color HEX #D68323 Ochre

📋 copy color: '#D68323'

red 214 ◦ green 131 ◦ blue 35

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

Shades of Ochre #D68323

Tints of Ochre #D68323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.21%

R = 56.32%
G = 34.47%
B = 9.21%

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

#D68323 (or 0xD68323) is known color: Ochre. HEX triplet: D6, 83 and 23. RGB value is (214,131,35). Sum of RGB (Red+Green+Blue) = 214+131+35=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D68323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68323 is #297CDC. Grayscale: #919191. Windows color (decimal): -2718941 or 2327510. OLE color: 2327510.

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

Color convert

RGB 214 131 35 -
CMYK 0 0.39 0.84 0.16
HSL 32.18º 0.72% 0.49% -
HSV(B) 32.18º 0.84% 0.84% -
XYZ 36.15 30.65 5.6 -
YUV 144.87 66 177.31 -
System Red Green Blue C M Y K H S L
Decimal 214 131 35 0 0.39 0.84 0.16 32.18 0.72 0.49
Hex D6 83 23 0 27 54 10 20 48 31
Octal 326 203 43 0 47 124 20 40 110 61
Binary 11010110 10000011 100011 0 100111 1010100 10000 100000 1001000 110001

Color Harmonies of #D68323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68323

Black with #D68323

Text Example


Text Example

White with #D68323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68323; }

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

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

background-color css

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

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

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

border-color css

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

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

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