Html Css Color HEX #D68321 Ochre

📋 copy color: '#D68321'

red 214 ◦ green 131 ◦ blue 33

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

Shades of Ochre #D68321

Tints of Ochre #D68321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 56.61%
G = 34.66%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D68321 (or 0xD68321) is known color: Ochre. HEX triplet: D6, 83 and 21. RGB value is (214,131,33). Sum of RGB (Red+Green+Blue) = 214+131+33=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D68321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68321 is #297CDE. Grayscale: #919191. Windows color (decimal): -2718943 or 2196438. OLE color: 2196438.

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

Color convert

RGB 214 131 33 -
CMYK 0 0.39 0.85 0.16
HSL 32.49º 0.73% 0.48% -
HSV(B) 32.49º 0.85% 0.84% -
XYZ 36.12 30.64 5.45 -
YUV 144.65 65 177.47 -
System Red Green Blue C M Y K H S L
Decimal 214 131 33 0 0.39 0.85 0.16 32.49 0.73 0.48
Hex D6 83 21 0 27 55 10 20 49 30
Octal 326 203 41 0 47 125 20 40 111 60
Binary 11010110 10000011 100001 0 100111 1010101 10000 100000 1001001 110000

Color Harmonies of #D68321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68321

Black with #D68321

Text Example


Text Example

White with #D68321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68321; }

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

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

background-color css

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

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

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

border-color css

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

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

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